Nikos Bitoulas
Nikos Bitoulas
Potential fix here: https://github.com/xmartlabs/XLPagerTabStrip/issues/388
The crash happens when the new `viewControllers.count` is greater that the existing `viewControllers.count`. The problem is that `PagerTabStripViewController` which is the superclass of `ButtonBarPagerTabStripViewController`, calls `updateContent()` before the new `cachedCellWidths`...
Any idea anyone, how to fix this?
Hi Chris, thank you for your effort. I tried several things too, even swizzling methods, and the max I could accomplish was to change the frame once. After another tab...