Just create a UIButton that's custom; set the background color and the layer's corner radius, borderWidth and borderColor properties to something like 5.0f, 1.5f and [[UIColor blackColor] CGColor] and that should look pretty similar to the "old" "regular" buttons
-- Esteban Torres (+506)8813-0934 Skype: esteban.a.torres.hernandez On Thursday, October 3, 2013 at 1:09 PM, Dave wrote: > > On 3 Oct 2013, at 20:05, David Duncan <[email protected] > (mailto:[email protected])> wrote: > > > On Oct 3, 2013, at 11:56 AM, Dave <[email protected] > > (mailto:[email protected])> wrote: > > > > > 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? > > > > > > You can create any button look you want with a custom button and the right > > image assets. > > Sorry, should have said, without using an Image. > > Cheers > Dave > > > > _______________________________________________ > > Cocoa-dev mailing list ([email protected] > (mailto:[email protected])) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > (http://lists.apple.com) > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/me%40estebantorr.es > > This email sent to [email protected] (mailto:[email protected]) _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
