Re: something I can't understand
Re: something I can't understand
- Subject: Re: something I can't understand
- From: Luke the Hiesterman <email@hidden>
- Date: Wed, 29 Jul 2009 14:31:17 -0700
On Jul 29, 2009, at 2:26 PM, Bill Bumgarner wrote:
rotateRightBtn = [[PngButton alloc] init...]; (I don't remember
what the initializer is for UIButton)
... and then configure it manually with whatever configuration
UIButtonTypeInfoDark implies.
The only publicly supported way to set a button to
UIButtonTypeInfoDark is via +[UIButton
buttonWithType:UIButtonTypeInfoDark]. As Bill said, file a bug if this
is 'causing you a problem.
Luke
_______________________________________________
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