tags:

views:

41

answers:

1

Hey,

I am wondering how and whether the UIPickerView can be opened due to the user's pushing of an entry in the app's preference pane.

Thank you !

  • I am speaking about iPhone Development.
A: 

If you mean your app's section in the iPhone's built-in Settings app, it's not possible.

Ole Begemann
Yes, that's what I meant. Thanks!
adrianderbaum
What's wrong with the table-based picker thing that it uses?
Nimrod
I simply wanted to take or choose a picture after pushing a button in the prefs and assign it as background for my app.
adrianderbaum
So you were not talking about UIPickerView but UIImagePickerController, which is a totally different thing. The answer is still the same though, it's not possible.
Ole Begemann