How to use checkboxes in iPad app development?
I want to use this for users to answer questions such as:
1. Does the top photocell work? well no
Then print the results on another page.
I tried google search, nothing.
Is anyone
The UIKit user interface in iOS does not use checkboxes; it uses UISwitch control .
The check box is not selected.
There is no standard Apple flag, but there are some open source solutions. Checkout: http://cocoacontrols.com/platforms/ios/controls/radiobutton
There are other solutions, but this is one.
, , UISwitch - , . UIImageView UITapGestureRecognizer. , , BOOL.