I added a UIPicker
view on action sheet and called on text Field touch.
action sheet appears picker shows but picker doesn't respond touch properly only selection bar of picker responds touch.
Asked
Active
Viewed 82 times
1
-
1Could you post some of the relevant code? – Sune Trudslev Aug 13 '12 at 11:07
1 Answers
1
One reason of this happening is if you are displaying it on top of a tabbar and using the option
[selectYearOfBirth showInView:(UIView *)]
rather use the option
[selectYearOfBirth showFromTabBar:(UITabBar *)]
This should solve your problem if i am right

LostPuppy
- 2,471
- 4
- 23
- 34