[SOLVED] - UIPickerView not properly interactive
I have a small grouped table, most are text field edits, but two spawn pickers.
One is a single component list of names
One is a two component list of 0-9, and 0-.9
Both are populated the same way (nsmutablearray via componentsSeparatedByString)
The issue I'm having is a strange one about the areas of interactions.
On the first picker, the user can touch either the whitespace above the selector indicator bar, OR the area below, and move as they wish.
On the two component picker, the user can only spin the wheel by interacting with the area above the selector indicator bar. This is a bit problematic because the text (which I think is the natural place for the user to begin touching) is within the non-responsive area.
Both of the pickers are actually sitting on action sheets, but that portion of the code is a copy paste, so identical between them (aside from a name edit)
Any thoughts on elements to investigate? Does this sound familiar to anyone? Thanks for your help.
Last edited by RobotWoods; 09-21-2010 at 09:29 AM.
|