Nikos Bitoulas

Results 4 comments of 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`...

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...