We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a50161 commit a1a9748Copy full SHA for a1a9748
components/Switch/README.md
@@ -25,8 +25,6 @@ and are not resizable.
25
forControlEvents:UIControlEventValueChanged];
26
_switch.on = YES; // No UIControlEventValueChanged sent by this property or [setOn:animated:].
27
_switch.offThumbTintColor = [UIColor redColor]; // Make the thumb red if it’s turned off.
28
-
29
- [self setNeedsLayout]; // Request that we recalculate layout during the next cycle.
30
}
31
32
```
0 commit comments