From b7479e2f7b1cfd70cd046dd42b1c8b58a695cf00 Mon Sep 17 00:00:00 2001 From: "Tondapu, Alekhya" Date: Fri, 23 Jul 2021 23:42:40 +0530 Subject: [PATCH] Removed contentInset line --- MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift b/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift index 8c690b3c..fcaa1010 100644 --- a/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift +++ b/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift @@ -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?