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: Dave <email@hidden>
- Date: Thu, 03 Oct 2013 20:20:33 +0100
On 3 Oct 2013, at 20:09, Kyle Sluder <email@hidden> wrote:
> 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.
Ok, thanks. I have a very simple app that is all buttons, (lots and lots of them) and now this don't have a border it looks a mess and worse than that, users can easily hit the wrong button and cause problems. I was hoping there would be an easier way to do it, but it looks like its a subclass job all right.
Thanks again,
Dave
_______________________________________________
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