Visualization reaction to devices activating

This commit is contained in:
Charles Magahern
2015-12-31 17:30:23 -08:00
parent 303c620372
commit 4df09f18c5
6 changed files with 93 additions and 14 deletions
@@ -74,7 +74,8 @@ class SwitchIndicatorView: UIView {
// MARK: API
var status: Bool {
var status: Bool
{
get
{
return _status
@@ -88,7 +89,8 @@ class SwitchIndicatorView: UIView {
}
}
var foregroundColor: UIColor {
var foregroundColor: UIColor
{
get
{
return _foregroundColor