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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -