hi,
I get an empty space between the navigationbar and the top level of the first view in the tabbar. But once I display the second view then come back to the first view, the whole view is well filled with the content.
check out my blank app which illustrates the issue https://github.com/folivi/navbarissue
I reported the issue to the rubymotion support that points out this:
initWithRootViewController:
Initializes and returns a newly created navigation controller.
- (id)initWithRootViewController:(UIViewController *)rootViewController
Parameters
rootViewController
The view controller that resides at the bottom of the navigation stack. This object cannot be an instance of the UITabBarController class.
Any idea about how to fix this?
cheers