Monday, 15 February 2010

ios - Rounded buttons in XCode 4.6 -



ios - Rounded buttons in XCode 4.6 -

i have been looking reply question on google , other places, have not found helpful reply of yet.

i making app on xcode 4.6 using storyboards.

when drag , drop rounded rectangle button, fine, when alter background, becomes rectangular no rounded edges. wanted alter colour of button , not more, maintain rounded original buttons. tell me simple method accomplish or give me detailed instruction using storyboard , rather poor xcode programming, little programming, better.

thanks in advance.

you should check uiappearance protocol documentation ios.

meanwhile, can use...

[[uibutton appearance] settintcolor:[uicolor redcolor]];

of course, color.

ios xcode button uibutton storyboard

No comments:

Post a Comment