changed separator style to thin
This commit is contained in:
parent
c4fbf57890
commit
bf0b2ecb79
@ -70,14 +70,14 @@ import UIKit
|
|||||||
topMarginPadding = 48
|
topMarginPadding = 48
|
||||||
bottomMarginPadding = 16
|
bottomMarginPadding = 16
|
||||||
topSeparatorView?.style = .none
|
topSeparatorView?.style = .none
|
||||||
bottomSeparatorView?.style = .standard
|
bottomSeparatorView?.style = .thin
|
||||||
}
|
}
|
||||||
|
|
||||||
open func styleShortDivider() {
|
open func styleShortDivider() {
|
||||||
topMarginPadding = 32
|
topMarginPadding = 32
|
||||||
bottomMarginPadding = 16
|
bottomMarginPadding = 16
|
||||||
topSeparatorView?.style = .none
|
topSeparatorView?.style = .none
|
||||||
bottomSeparatorView?.style = .standard
|
bottomSeparatorView?.style = .thin
|
||||||
}
|
}
|
||||||
|
|
||||||
open func styleFooter() {
|
open func styleFooter() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user