-
The custom `FUISwitch` is not the exact equivalent of using `UISwitch` since it will send the `UIControlEventValueChanged` even when setting `on` by hand.
The regular `UISwitch` sends the event just w…
-
You could integrate with either https://github.com/mattlawer/MBSwitch or https://github.com/KieranLafferty/KLSwitch to achieve an ever closer clone of the UI.
-
-
I'm thinking of adding support for checked table rows … basically when you click a row it gives it a checkmark and the controller is notified via the existing trigger action. I would support single- a…
-
Hello,
we are using GHVerifyView to test our views. Testing via GHUnit View everything is approved and fine.
Only when we start the tests via command line we get such a strange error.
One pixel at '…
-
Если пользователь просто закрывает окно, не вводя никаких данных ( модальное окно открылось - и нажали на крестик ), то указанное событие не срабатывает.
Для примера, мне нужно выключить UISwitch есл…
-
The UIControl#on method overwrites the normal [UISwitch#on](http://developer.apple.com/library/ios/documentation/uikit/reference/UISwitch_Class/Reference/Reference.html#//apple_ref/occ/instp/UISwitch/…
-
Trying to set UISwitch default to on. layout code is:
``` ruby
@switch = subview(UISwitch, :custom_switch)
```
in viewDidLoad I can do this with
``` ruby
@switch.on = true
```
but removing that a…
-
Hi Lars:
After call
[[LARSAdController sharedManager] addAdContainerToViewInViewController:self]
, containerView with clearColor with be top of the view hierarchy.
Therefore, before Ad is available (…
-
The sensors' toggle switches (e.g. for accelerometer) are not responding, so sensors cannot be turned on to read.