创建无框架的HUD按钮
需要明确的是,这就是我所说的:
不幸的是,Apple 没有提供一个简单的方法制作这种按钮的方法。大多数人使用 BWToolKit
,但这不适用于 Xcode 4。有什么方法可以在不使用 BWToolKit
的情况下将我的按钮风格化为这样吗?
提前致谢。
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 like that without using BWToolKit
?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 Xcode 4 中使用 BWToolKit 框架,只是 Interface Builder 插件不起作用。
您可以链接到框架并手动将按钮对象和按钮单元的类分配给 BWToolKit 类。
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.