iphone - UINavigationController crashes in 4.0 - not <-4.0 -


I am trying to push a UIViewController with UINavigationController. It is fully working in any SDK before 4.0, but it will not work in 4.0 only.

I am getting the OBJC_MSG_ SND (XCBAD_ACCCS) error UIViewController is not zero, nor does it self Navigation Controller.

I tried NSZombieEnabled, but nothing seems to be visible.

Under the UINavigationController UITabBarController running in the form of a view controller has been installed in all this main window. Xib.

Any ideas for what is wrong? This is driving me crazy

  UIViewController * myViewController = [[UIViewController alloc] init]; [Self. Navigation controller Push ViewController: animated myViewController: Yes];  

Hope this will work!


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -