codepath / ios_guides

Comprehensive open-source iOS guides
http://guides.codepath.com/ios
2.88k stars 472 forks source link

Bug in custom tab bar #45

Open yuchenglin opened 8 years ago

yuchenglin commented 8 years ago

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.