Navigation problem with view controllers.
Posted
by abdulsamad
on Stack Overflow
See other posts from Stack Overflow
or by abdulsamad
Published on 2010-03-17T06:58:05Z
Indexed on
2010/03/17
7:01 UTC
Read the original article
Hit count: 203
Hi All
I have some problem with the my view controllers. When i have about 50 or more records in one of my table view which is below in the stack of view controllers and if i tap the back button quickly the navigation bar on the tap changes but the view does't change.
For example:
if i have the search controller below in the stack and detail controller up in the stack in this case on tapping the back button quickly the navigation bar comes to the search but the view controller remains on detail page.
can any one can give me cause or solution of this problem.
your help will be highly appreciated.
© Stack Overflow or respective owner