Create HUD button without framework
To be clear, this is what I'm talking about:
Unfortunately, Apple hasn't provided an easy way to make this kind of button. Most people use BWToolKit
, but that doesn't work with Xcode 4. Is there any way I can stylize my buttons to look开发者_StackOverflow like that without using BWToolKit
?
Thanks in advance.
You can use the BWToolKit framework with Xcode 4, it's just the Interface Builder plug-in that doesn't work.
You can link to the framework and manually assign the class of the button object and button cell to the BWToolKit classes.
精彩评论