-
Notifications
You must be signed in to change notification settings - Fork 432
Open
Description
Hello all,
I like this project and it teached me alot, thanks:)
One problem is that when there is a UITabBarController the UITextField does not show. Autolayout is broken. Even when I try to set the RootController.hidesBottomBarWhenPushed = YES, it shows the TabBar.
You can try it by changing the AppDelegate.m to the following to try:
RootViewController *root = [[RootViewController alloc]init];
root.hidesBottomBarWhenPushed = YES;
UINavigationController *nav = [[UINavigationController alloc]initWithRootViewController:root];
UITabBarController * tbc = [[UITabBarController alloc] init];
tbc.viewControllers = @[nav];
self.window.rootViewController = tbc;
Metadata
Metadata
Assignees
Labels
No labels