Skip to content

UITabBarController Issue #49

@aytunch

Description

@aytunch

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions