Ahh, now I see it, you are correct. I had been alloc/init'ing some
other UI elements that were not created in IB, and this got that
treatment, too, so the picker was double-allocated. I need to more
careful copy/pasting my own code.
On Jan 12, 2010, at 12:53 PM, David Duncan wrote:
On Jan 12, 2010, at 12:26 PM, Paul Archibald wrote:
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.
If the picker is already a subview of the view controller's view in
the XIB, then this should not be necessary.
--
David Duncan
Apple DTS Animation and Printing
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to arch...@mail-archive.com