Greetings: I have a customized UIPickerView containing a list of names.
Let’s say I have an array of ten (10) names = {“Alfred”... “Zena”}.
The normal way of showing this list is a singular, static list of an array
from beginning to end.
I would have to return to the beginning vs automatically cycle AROUND (loop)
to the beginning; as is down with the UIDatePicker.
Question: How can I change this behavior to allow LOOPING to the beginning
of the scroll list?
That is, from ‘Alfred’ --> 'Zena' --> 'Alfred' --> etc.
Ric.
_______________________________________________
Cocoa-dev mailing list ([email protected])
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]