I can't see how this is possible from the documentation but here nike is doing it in their app so there must be a way.

Nike + iPod custom UIPickerView

link|improve this question

75% accept rate
3  
I'm pretty sure Nike is getting some preferential treatment from Apple here. Well, Apple wrote the whole thing AFAIK, so... – Johan Kool Aug 18 '11 at 17:32
feedback

2 Answers

up vote 0 down vote accepted

It's impossible unfortunately. Apple developed it for Nike, so they used tricks of their own to do it. It might actually be possible, but it's certainly undocumented if possible. Impossible for an App Store app. Let us know if you figure out a way to do it even if it's undocumented.

link|improve this answer
feedback

If you use the library InAppSettingsKit, you can have a setting that uses a custom subview (a custom UIViewController) to display the choice to the user. So all you have to do is to create a custom view controller that looks just the one in your picture (it's basically just a UITableView and a UIPickerView).

In the example app that comes along with InAppSettingsKit, there is an example on how to use a custom subview.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.