Crash Reproduction:
I do not know how it happens, but crash happens if you call:
buttonBarView.reloadItems(at: [IndexPath(row: 0, section: 0), IndexPath(row: 0, section: 0)])
Can you please do some check if comes to duplicated reloadItems to solve this issue.
Hello,
I found a lot of crashes inside my app locating to XLPagerTabStrip.
buttonBarView.reloadItems(at: [IndexPath(row: 0, section: 0), IndexPath(row: 0, section: 0)])
Can you please do some check if comes to duplicated
reloadItems
to solve this issue.Thank you Marko