Search code examples
iphoneiosuipickerviewsettings.bundle

How can I use a UIPickerView in my settings.bundle like how the 'nike+ ipod' app does it?


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


Solution

  • 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.