views:

70

answers:

1

I placed UISwitch on main view. Now I try change state. But the state changed only when I touch on the left side of the UISwitch. and never on the right.

For example in Settings App the airplane mode chanhed any of those ways.

Can anybody help me?

+1  A: 

This problem was solved by the dynamic creation UISwitch.

I guess that the reason of this trouble is UIScrollView which contains UISwitch

beryllium