Fix bug: Update backgroundColor when buttonsBackgroundColor didSet

This commit is contained in:
Gunay Mert Karadogan 2015-07-03 18:40:03 +02:00
parent 2ef69cc5e8
commit c6f44c7245
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ import UIKit
for button in [leftButton, rightButton] {
button.backgroundColor = buttonsBackgroundColor
}
backgroundColor = buttonsBackgroundColor
}
}