ios - popViewControllerAnimated: results in unresponsive view -


i have used navigation controllers many times have never come across this.

i have root view controller custom built container controller having tabbar @ bottom sitting inside navigation controller. had build custom container various reasons...anyways...i click on image in 1 of cells , push detail view. (i not using didselectrowatindexpath various reasons, app knows image clicked on cell because of delegate registers touches).

then there close button on detail view , click , execute popviewcontrolleranimated: works fine , once view popped starting (one pushed detail view) viewcontroller displayed. issue unable handle touches on screen. if app frozen , sits there after popping view. missing anything? assume have navigation controllers push , pop. no delegates or that. thank help!


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -