From bf0b2ecb79006741993e4b58ae75a033e0cdf864 Mon Sep 17 00:00:00 2001 From: "Khan, Arshad" Date: Mon, 6 Jan 2020 16:49:03 +0530 Subject: [PATCH] changed separator style to thin --- MVMCoreUI/Molecules/Items/TableViewCell.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MVMCoreUI/Molecules/Items/TableViewCell.swift b/MVMCoreUI/Molecules/Items/TableViewCell.swift index f1fb3519..b1aa92a5 100644 --- a/MVMCoreUI/Molecules/Items/TableViewCell.swift +++ b/MVMCoreUI/Molecules/Items/TableViewCell.swift @@ -70,14 +70,14 @@ import UIKit topMarginPadding = 48 bottomMarginPadding = 16 topSeparatorView?.style = .none - bottomSeparatorView?.style = .standard + bottomSeparatorView?.style = .thin } open func styleShortDivider() { topMarginPadding = 32 bottomMarginPadding = 16 topSeparatorView?.style = .none - bottomSeparatorView?.style = .standard + bottomSeparatorView?.style = .thin } open func styleFooter() {