UISwitch within UIScrollview nearly impossible to use....

Posted by samsam on Stack Overflow See other posts from Stack Overflow or by samsam
Published on 2010-03-30T17:04:06Z Indexed on 2010/03/30 17:13 UTC
Read the original article Hit count: 506

Filed under:
|
|

Hi there. I'm using a UISwitch-Component at the bottom of a view that sits within a UIScrollView. Now the problem that appeared, is that the switch is nearly impossible to swipe because the UIScrollView seems to dominate the userinput.

Switching works very well by tapping the switch, but from my point of view, most users "switch" the UISwitch instead of tapping.

Did anyone of you face the same / or similar problems and managed to come up with a solution?

thx in advance

sam

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch