remvoed comment
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
ff0cf0ddbb
commit
d10b575511
@ -93,7 +93,7 @@ open class ButtonGroup: View, UICollectionViewDataSource, UICollectionViewDelega
|
|||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
// MARK: - Overrides
|
// MARK: - Overrides
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
/// Whether this object is disabled or not
|
/// Whether this object is enabled or not
|
||||||
override open var isEnabled: Bool {
|
override open var isEnabled: Bool {
|
||||||
didSet {
|
didSet {
|
||||||
buttons.forEach { $0.isEnabled = isEnabled }
|
buttons.forEach { $0.isEnabled = isEnabled }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user