如何在 Objective C 中创建浮雕按钮

发布于 2024-12-23 01:53:09 字数 184 浏览 2 评论 0原文

我认为这就是所谓的浮雕按钮。 是否可以通过代码制作一个? 我的意思是 Facebook iPhone 应用程序日志屏幕中的“注册 Facebook”按钮。 我知道 Three20 有类似的东西,但我想自己创建一个

Two exmaples

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

Two exmaples

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

所谓喜欢 2024-12-30 01:53:09

我认为你可以轻松创建它,因为你需要的只是浮雕图像。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文