You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Hello all,
I like this project and it teached me alot, thanks:)
One problem is that when there is a
UITabBarController
theUITextField
does not show. Autolayout is broken. Even when I try to set theRootController.hidesBottomBarWhenPushed = YES
, it shows the TabBar.You can try it by changing the
AppDelegate.m
to the following to try:The text was updated successfully, but these errors were encountered: