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.
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.