XLPagerTabStrip icon indicating copy to clipboard operation
XLPagerTabStrip copied to clipboard

As a beginner of this framework, I saw this kind of problem.

Open jshl8612 opened this issue 8 years ago • 3 comments

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.

  1. navgationBar translucent = false
  2. NavgationController Adjust Scroll View Insets = false

jshl8612 avatar Jun 14 '16 06:06 jshl8612

Thanks a lot Even I got the same problem.

singhdd93 avatar Jun 24 '16 05:06 singhdd93

Have the same problem: tab bar is hidden behind the navigation bar. The proposed settings didnt work for me.

kishykumar avatar Aug 19 '16 07:08 kishykumar

This setting should be placed in readme file.

kodeflow avatar Jul 30 '18 01:07 kodeflow