如何在 Objective C 中创建浮雕按钮
我认为这就是所谓的浮雕按钮。 是否可以通过代码制作一个? 我的意思是 Facebook iPhone 应用程序日志屏幕中的“注册 Facebook”按钮。 我知道 Three20 有类似的东西,但我想自己创建一个
I think it's called embossed button..
Is it possible to make one from code?
I mean like the "Sign Up for Facebook" button in the Facebook iPhone app logging screen.
I know three20 have something like that but i want to create one my self
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你可以轻松创建它,因为你需要的只是浮雕图像。
将
UIButton
拖到您的视图中,然后转到 IB 中的属性检查器,然后在按钮部分将类型更改为自定义。现在,当您拥有自定义类型时,请将您的浮雕图像指定为背景图像。
如果您正在寻找自定义代码,请参阅此链接
you can create it easily i think because what you will need is only the embossed image.
drag a
UIButton
to your view and the go to attribute Inspector in you IB then under button section change the type to custom.Now when you have the custom type then assige your embossed image as the background image.
if you are looking for custom code then refer This link