Question

I want to use a tableview as a picker. For example, when selecting a ringtone for a contact a tableview of ring tones appears.

What is the ideal way to accomplish this? It seems like this would be very common.

Thanks for your time.

OTHER TIPS

If you want it scrolling infinitely, you might find this component useful: http://dev.doukasd.com/2011/04/infinite-scrolling-dial-control-for-ios/

UITableView and UIPicker are two different things, so be careful using the word "picker" in this content.

You're basically asking "how do I present and control a table view?". You're right, it is a very common theme in iPhone development, which is why Apple has a handy programming guide for doing just that, which links to several different sample code projects (I count 10 on their site under User Experience / Tables).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top