I built an old project in iOS SDK 6.1 in Xcode 5. However, the UIbutton is borderless when the app runs on an iPhone running iOS 7. I have checked the .xib
is "Builds for" > "Project Deployment Target (5.0)":
How can I config Xcode 5 to build the project to show an iOS 6.1-style UIButton?