Top "Uibutton" questions

UIButton is a subclass of UIView for displaying buttons in iOS.

Minimum sensible button size on iPhone

I'm designing an iPhone app that features a rather large set of onscreen rounded rect buttons. Given finger-based touchscreen UI, …

iphone user-interface usability uibutton
UIButton: Making the hit area larger than the default hit area

I have a question dealing with UIButton and its hit area. I am using the Info Dark button in interface …

ios cocoa-touch uibutton uikit
Underlining text in UIButton

Can anyone suggest how to underline the title of a UIButton ? I have a UIButton of Custom type, and I …

text formatting uibutton
Label under image in UIButton

I'm trying to create a button which has some text beneath the icon (sorta like the app buttons) however it …

ios image text uibutton label
Changing UIButton text

So I'm trying to update the text on a UIButton when I click it. I'm using the following line to …

objective-c ios xcode event-handling uibutton
How do I scale a UIButton's imageView?

I created a UIButton instance named "button" with an image using [UIButton setImage:forState:]. The button.frame is larger than …

ios uibutton scale
Keeping a UIButton selected after a touch

After my user clicks a button, I'd like that button to stay pushed during the time that I perform a …

ios uibutton selected
UIButton bottom shadow

I have a UIButton which is very similar to the standard iOS keyboard alphabet button. I am not sure how …

ios objective-c uibutton
How to apply a tintColor to a UIImage?

I have a UIImage that is a small symbol that is all black. The UIImage is getting set in a …

ios objective-c uibutton uiimage
How to add a drop shadow to a UIButton?

I would like to add a drop shadow to a UIButton. I tried to use self.layer.shadow* properties. Those …

iphone uibutton