xmartlabs / XLPagerTabStrip

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

ButtonBarView cuts long titles instead of fitting them (on iOS 11) #816

Open lpbas opened 3 years ago

lpbas commented 3 years ago

I'm using this library in 2 of my projects and I'm very happy with it.

However, a client reported that on iOS 10 and 11, the following issue happens:

Simulator Screen Shot - iPhone 8 - 2021-02-04 at 15 47 12

The title of the tab should be "SUBSCRIPTION" but as you can see, it gets cut. I tried fixing it by calling self.buttonBarView.reloadData() and self.reloadPagerTabStripView() on my ButtonBarPagerTabStripViewController subclass with no luck.

The library works properly on iOS 12-14.

Any ideas on how to fix this issue?