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
After following the tutorial, I successfully run the custom tab bar app. However, there will be a blank gap between tab bar view and the first content view loaded in viewDidLoad(). Other content view works great.
Update: My content view is with scroll view, and it's the bug origin.
The text was updated successfully, but these errors were encountered:
https://github.com/codepath/ios_guides/wiki/Creating-a-Custom-Tab-Bar
After following the tutorial, I successfully run the custom tab bar app. However, there will be a blank gap between tab bar view and the first content view loaded in
viewDidLoad()
. Other content view works great.Update: My content view is with scroll view, and it's the bug origin.
The text was updated successfully, but these errors were encountered: