Re: how do you set the value of a UIPickerView programatically?
Re: how do you set the value of a UIPickerView programatically?
- Subject: Re: how do you set the value of a UIPickerView programatically?
- From: Bertil Holmberg <email@hidden>
- Date: Tue, 12 Jan 2010 21:27:49 +0100
This should work but would make most sense in viewDidAppear if the user should be able to enjoy the animation.
> [picker selectRow:indexOfCurrentValue inComponent:0 animated:YES];
You have set the Pickers delegate?
Regards,
Bertil_______________________________________________
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