Merge pull request #1 from scoreyou/fix/reloadLayout
IndexPaths duplication on reload fixed
This commit is contained in:
commit
9bf01d7d0e
|
|
@ -267,7 +267,7 @@ open class ButtonBarPagerTabStripViewController: PagerTabStripViewController, Pa
|
|||
}
|
||||
|
||||
if !indexPathsToReload.isEmpty {
|
||||
buttonBarView.reloadItems(at: indexPathsToReload)
|
||||
buttonBarView.reloadItems(at: Array(Set(indexPathsToReload)))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue