Re: How to get a "Normal" button in iOS 7/IB
Re: How to get a "Normal" button in iOS 7/IB
- Subject: Re: How to get a "Normal" button in iOS 7/IB
- From: Kyle Sluder <email@hidden>
- Date: Thu, 03 Oct 2013 12:09:57 -0700
On Thu, Oct 3, 2013, at 11:56 AM, Dave wrote:
> Hi All,
>
> I want to create a button (UIButton) that actually looks like a button,
> e.g. with a border round, as in iOS <7 is iOS 7, preferably with IB but
> in code otherwise. Which properties do I need to tweak in order to get
> this?
Normal buttons in iOS 7 do not have borders.
If you want a border, you'll have to subclass UIButton and draw one
yourself.
--Kyle Sluder
_______________________________________________
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