Skip to content

Commit

Permalink
turn switch on properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jflinter committed May 16, 2013
1 parent 455aab1 commit 32410e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/ios/FUISwitch.m
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ - (void) layoutSubviews {
right.origin.x = self.internalContainer.contentSize.width - left.size.width;
self.offLabel.frame = right;
self.onLabel.frame = left;
[self setOn:_on];
}

- (void) setOn:(BOOL)on {
Expand Down

0 comments on commit 32410e8

Please sign in to comment.