how do you set the value of a UIPickerView programatically? [solved]
how do you set the value of a UIPickerView programatically? [solved]
- Subject: how do you set the value of a UIPickerView programatically? [solved]
- From: Paul Archibald <email@hidden>
- Date: Tue, 12 Jan 2010 12:26:01 -0800
First, sorry about my last post with the "RE:Contents of ..." title.
My bad.
Anyhow, I figured out what was wrong. Seems you need to call
[self.view addSubview:picker] to "hook up" the picker to the view
controller. I am doing that in my viewDidLoad method.
Regards,
Paul
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden