Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UITabBarController Issue #49

Open
aytunch opened this issue Apr 19, 2016 · 1 comment
Open

UITabBarController Issue #49

aytunch opened this issue Apr 19, 2016 · 1 comment

Comments

@aytunch
Copy link

aytunch commented Apr 19, 2016

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;
@ZhipingYang
Copy link
Owner

Oh,It's my bad.
please check the method of UUInputFunctionVie initWithSuperVC, this method include set the InputFunctionView of frame.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants