xmartlabs / XLPagerTabStrip

Android PagerTabStrip for iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ButtonBarPagerTabStripViewController is hidden with iOS 15

chrisbonilha opened this issue · comments

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?

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