Merge branch 'master' of https://github.com/WenchaoD/FSPagerView
This commit is contained in:
commit
c2b6415fc9
|
|
@ -405,6 +405,7 @@ open class FSPagerView: UIView,UICollectionViewDataSource,UICollectionViewDelega
|
|||
/// Reloads all of the data for the collection view.
|
||||
@objc(reloadData)
|
||||
open func reloadData() {
|
||||
self.collectionViewLayout.needsReprepare = true;
|
||||
self.collectionView.reloadData()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue