changed separator style to thin

This commit is contained in:
Khan, Arshad 2020-01-06 16:49:03 +05:30
parent c4fbf57890
commit bf0b2ecb79

View File

@ -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() {