You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I affirm this change. If you call setOn:animated: while the MBSwitch is a subview of a UITableViewCell, it can prevent the cell from being drawn at all. Not sure why though.
- (void)setOn:(BOOL)on animated:(BOOL)animated
UISwitch does not send events when this is called, so neither should you.
The text was updated successfully, but these errors were encountered: