Top "Uibutton" questions

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

How do we create a bigger center UITabBar Item

I am wondering how do we create a bigger center UITabBar like the shot below? Its really beautiful!!!!

ios uibutton uitabbarcontroller custom-controls uitabbar
UIButton block equivalent to addTarget:action:forControlEvents: method?

I looked around, but couldn't find this on the internet, nor anywhere in the Apple docs, so I'm guessing it …

iphone uibutton objective-c-blocks
No Round Rect Button in Xcode 5?

Is drag and drop of round rect button no longer available in Xcode 5? I can't seem to find it in …

ios uibutton interface-builder ios7 xcode5
UIScrollview with UIButtons - how to recreate springboard?

I'm trying to create a springboard-like interface within my app. I'm trying to use UIButtons added to a UIScrollView. The …

objective-c uiscrollview uibutton programmatically-created
UIButton with hold down action and release action

I want to create a UIButton that can be held down, when held down it calls the "hold down" action …

ios objective-c uibutton uitouch
iPhone UIButton with UISwitch functionality

Is there either a way to implement UISwitch with custom graphics for the switch-states? Or as an alternative the other …

iphone uibutton uiswitch
How to display a popover programmatically from a uibutton that is also created programmatically (Not using interface builder)

I have a button I have created programmatically within a view controller. Once the button is pressed I want it …

ios uibutton uipopover
Change colour of dark grey highlight when holding down custom UIButton?

I have a custom UIButton which is a cloud, transparent black and white .png file, with no down state, just …

ios objective-c uibutton tint
addSubView to UIButton

I'm trying to add subviews to a UIButton. This is working fine right now. But the button isn't clickable anymore …

iphone objective-c ios uibutton addsubview
Swift - UIButton overriding setSelected

I'm making a UIButton subclass in Swift to perform custom drawing and animation on selection What would be the equivalent …

ios swift uibutton subclass