codepath / ios_guides

Comprehensive open-source iOS guides

Home Page:http://guides.codepath.com/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in custom tab bar

yuchenglin opened this issue · comments

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.