Create Glossy iPhone Buttons Easy Using Interface Builder Or Code Without Images Or Private APIs
Last week I posted about a button making tool that utilizes the hidden UIGlassButton class in order to make the sexy colored glass buttons that are common in Apple created applications.
Having to create these buttons was something I was doing at the time, and it surprised me that many others seemed to be doing the same thing.
I was asked by a couple of people if that class was really safe to use, and it was because all you were doing was saving the buttons, and then using them in your own apps — it is perfectly alright since you would just be using png files, but Hwee-Boon has submitted an even easier solution.
The solution is a set of classes that utilize core animation to create the buttons so that no private APIs are used.
What makes this solution easier is that you can just use interface builder and then add in one line of code to set up how you would like the button to look. No need to export png’s, and load them in. You can also set them up using code.
The solution along with sample code can be found on Github here:
http://github.com/hboon/GlassButtons
1. In the interface builder declare the buttons as IBOutlet UIMOButton as opposed to IBOutlet UIButton.
2. Create your buttons with the UIRoundedRect type, and link them to the UIMOButtons you declared making sure the class identity is set to MOGlassButton.
3. When the xib is loaded execute the appropriate method for color and size ie. setupAsGreenButton setupAsSmallGreenButton.
Overall the code is very easy to follow, and looking at the demo project you can easily see exactly how things are done.

Be sure to check out Hwee-Boon’s Posterous for further details (or to just say thanks):
Glass Buttons in iPhone Apps Without Using Image Files
If you like this then please share it with others. Thanks!
Submit A Resource
Have you created a useful tutorial, library or tool for iOS development that you would like to get in front of our 300,000+ monthly page views from iOS developers?
You can send a Tweet to @maniacdev on Twitter or submit the url here.
The resources we feel will appeal to our readers the most will be posted on the front page.
Latest Posts
- Open Source: Excellent Easy To Use Flip (Flipboard Style) Transition Component
- Open Source: Sliding View Control For Showing Information Like Folders On The iOS Springboard
- Macros Allowing You To Easily Create Code That Works In Both ARC and Non-ARC Projects
- Tip: Simulating Different Network Conditions To Make Sure Your iOS App Doesn’t Screw Up On 3G
- Apple Posts New iOS Development Videos Covering In-App Purchases, Open GL ES, And More
- Open Source: Excellent Easy To Use iPhone Sliding View Control
- Tool: Open Source App For Easy (And Beautiful) Viewing Of The iOS SDK Documentation On iPhone And iPad
- Example: How To Update Apps By Downloading Modified Files From A Server
- Open Source: Great Block Based UIAlertSheet And UIActionSheet Replacement Library
- Open Source: Slick Control For iOS That Makes An Interesting Progress Indicator
Hot Pages
- iOS 5 SDK Tutorial And Guide Page
- Xcode 4 - iOS 5 Storyboard Tutorial And Guide
- (ARC) Automatic Reference Counting Tutorial And Guide
- GLKit Tutorial And Guide
- iOS 5 Core Image Tutorial And Example
- An Interview With Ray Wenderlich About The Space Game Starter Kit
- Game Programming Tutorial – Beginners Action Game
- iPad Development Thoughts Roundup
- Objective-C Cheat Sheet Transition Fast From Another OO Language
- iPhone Game Tutorial With Video - Programming Tutorials
- Xcode 4 Tutorial And Guide
Resource Lists
- iOS App Review Sites - 100+ Sites To Promote Your iPhone And iPad Apps
- Tutorials From A Pro Designer For Design Noobs Looking To Create Great Looking Apps
- iOS Developer Cheat Sheets
- iPhone Game Engine Comparison - Open Source
- Open Source iPhone Apps Listing
- iPad Development Tutorial and Resources Collection
- iPhone Development On Windows Options
- iPhone Game Engine Comparison - Commercial
- iPhone Open GL ES Resources - 18 Every Developer Must Know!
- Cocos2D iPhone Tutorial Resources
- iPhone Game Development Resources





