Removed contentInset line

This commit is contained in:
Tondapu, Alekhya 2021-07-23 23:42:40 +05:30
parent e42aaec8db
commit b7479e2f7b

View File

@ -210,7 +210,6 @@ open class Carousel: View {
open override func reset() {
super.reset()
pagingView?.reset()
collectionView.contentInset = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
}
var pagingMoleculeName: String?