You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered:
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:
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()
andself.reloadPagerTabStripView()
on myButtonBarPagerTabStripViewController
subclass with no luck.The library works properly on iOS 12-14.
Any ideas on how to fix this issue?
The text was updated successfully, but these errors were encountered: