-
Trying to disable the UISwitch in a QBooleanElement simply grays it out, but is still editable. Heres a quick example:
```
QBooleanElement *requiredEle = [[QBooleanElement alloc] initWithTitle:@"Sho…
-
Hiya. I'm trying to add support for setting the onTintColor of a UISwitch to my new fork of this library with the property on-tint-color.
E.g.
```
Switch {
on-tint-color: @primaryBackgroundTintC…
-
Pod::Spec.new do |s|
s.name = "BMXSwitch"
s.version = "1.0"
s.summary = "Image based replacement for UISwitch."
s.homepage = "https://github.com/mbigatti/BMXSwitch"
s.…
-
I have a `UIView` called `switchContainer` (because it contains a `UISwitch`) and I keep getting a crash when autocompleting various things. Heres an example stack trace
```
Process: Xcode [2…
-
Hi, First of all, thank you for these awesome boxes.
However, i would like to fix an issue:
On a MGline, if the left component is too long (for instance a NSString), the right component disappear (f…
-
Drag out a switch (UISwitch) or a segmented control(UISegmentedControl) into your View somewhere which controls whether the game matches two cards at a time or three cards at a time (i.e. "2-card-matc…
-
I swapped out a UISwitch and added DCRoundSwitch to the accessoryView of my cells. The toggle of the switch uses the incremented tag of each switch to keep track of which row the call came from. The t…
-
Thanks for this framework that i can start with. I might not know exactly how to use this framework. Basically, there is nothing happens (no alert window popping up) when i call - (void) buyFeature:o…
-
First of, thanks for such a great class!
There's a possibility of a crash when DCRoundSwitch calls `sendActionsForControlEvents`, if one of the targets of the switch as been deallocated. It's caused …
-
If I run my iPad app using the 3.2 simulator the UISwitch code works but if I run it under 4.3 it doesn't flip it. I haven't had any time to investigate, I just run the Frank tests under the 3.2 simul…