xmartlabs / XLPagerTabStrip

Android PagerTabStrip for iOS.
MIT License
6.97k stars 1.32k forks source link

ButtonBarPagerTabStripViewController is hidden with iOS 15 #832

Open chrisbonilha opened 2 years ago

chrisbonilha commented 2 years ago

Hi guys,

After updating for iOS 15, my ButtonBarPagerTabStripViewController is hidden but drag's action still working fine. I've had a lot of changes in my swift code with iOS 15 and I noticed the XLPagerTabStrip haven't changed anything. Still working fine for everybody?

ChrisGrant commented 2 years ago

Try setting edgesForExtendedLayout = [] on your ButtonBarPagerTabStripViewController view controller subclass.