XLPagerTabStrip
XLPagerTabStrip copied to clipboard
As a beginner of this framework, I saw this kind of problem.
I use CocoaPod to import XLPagerTabStrip.
Followed the demo to built my own tabView in storyboard.
Then I found the tabBar couldn't be saw.
At least, I found the reason is the default NavigationController dragged from storyboard is a littler different with demo's.
After I set these, the tabBar became fine.
- navgationBar translucent = false
- NavgationController Adjust Scroll View Insets = false
Thanks a lot Even I got the same problem.
Have the same problem: tab bar is hidden behind the navigation bar. The proposed settings didnt work for me.
This setting should be placed in readme file.