Disable Feedbin add account button until fields are filled

This commit is contained in:
Maurice Parker
2019-10-22 09:06:35 -05:00
parent 1cefea6f29
commit baa9070016
3 changed files with 16 additions and 18 deletions

View File

@@ -26,6 +26,7 @@ class VibrantButton: UIButton {
override var isHighlighted: Bool {
didSet {
backgroundColor = isHighlighted ? AppAssets.secondaryAccentColor : nil
titleLabel?.alpha = 1
}
}