灵活的 iPhone 按钮

发布于 2024-10-25 13:13:44 字数 153 浏览 2 评论 0原文

有没有办法从单个图形创建灵活的 iPhone 按钮,就像 Android 使用 9-patch 可绘制对象一样?

例如,是否可以使用此图形 在此处输入图像描述 创建更宽的按钮?

Is there a way to create a flexible iPhone button from a single graphic, like Android does with 9-patch drawables?

For example, would it be possible to use this graphic enter image description here to create a wider button?

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

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

发布评论

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

评论(2

公布 2024-11-01 13:13:44

是的。将图像加载到 UIImage 中,然后使用 stretchableImageWithLeftCapWidth:topCapHeight: 和适当的参数来构建图像的副本,并提供有关正确端盖的提示。然后您可以将此新图像分配给按钮。

请参阅 UIImage 类参考

Yes. Load your image into a UIImage, then use stretchableImageWithLeftCapWidth:topCapHeight: with appropriate parameters to build a copy of the image with hints about the proper end caps. You can then assign this new image to the button.

See UIImage Class Reference.

清欢 2024-11-01 13:13:44

是的,查看 UIImage方法 -stretchableImageWithLeftCapWidth:topCapHeight:

Yes, look into the UIImage method -stretchableImageWithLeftCapWidth:topCapHeight:

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