border the button
This commit is contained in:
parent
cc75139860
commit
2fd55f0aff
@ -42,7 +42,8 @@ import UIKit
|
||||
|
||||
open override func setupView() {
|
||||
super.setupView()
|
||||
setupButton()
|
||||
setupWithTwoButtons()
|
||||
secondaryButton?.bordered = true
|
||||
}
|
||||
|
||||
// MARK: - MVMCoreUIMoleculeViewProtocol
|
||||
@ -60,10 +61,6 @@ import UIKit
|
||||
}
|
||||
|
||||
// MARK: - Constraining
|
||||
func setupButton() {
|
||||
setupWithTwoButtons()
|
||||
}
|
||||
|
||||
func createPrimaryButton() {
|
||||
if primaryButton == nil {
|
||||
primaryButton = PrimaryButton.button()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user