NOUSguide / NGTabBarController

A custom TabBarController implementation for iPhone and iPad
Other
263 stars 0 forks source link

iOS 4 bug #4

Closed fireblue closed 12 years ago

fireblue commented 12 years ago

When in iOS 4, NGTabBarController will disappear with these steps:

  1. set up a NGTabBarController with serveral view controllers.
  2. presentModalViewController in any of the view controllers.
  3. dissmissModalViewController

then the tab bar just disappears. tested with the demo given with the source.

thanks :)