Ipad lock

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

+3
source share
3 answers

The UIKit user interface in iOS does not use checkboxes; it uses UISwitch control .

Uiswitch controls

The check box is not selected.

+5
source

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.

+2

, , UISwitch - , . UIImageView UITapGestureRecognizer. , , BOOL.

+2

All Articles