In iOS 7, by default, UIButton is like a hyperlink on a web page, with a transparent background and no borders. iOS 7 is actually a smaller border if you want to have corners and backgrounds, such as iOS 6, use a custom button. UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom] Now you can set the background and other things if you want.
Adnan aftab
source share