UIActionSheet按钮颜色问题

发布于 2024-10-24 23:38:24 字数 172 浏览 0 评论 0原文

我在做什么

我正在使用 Actionsheet 制作一个项目,其中包含三个按钮。

我的问题

我希望当我按下按钮 1 时。当我按下按钮时,它应该以橙色突出显示。。

它应该只在我按下按钮

建议时改变。

What I am doing

I am making a project with Actionsheet with three buttons in it.

My problem

I want that when I press button 1 .It should be highlighted in orange when I press the button..

It should only change when I press the button

suggestion please..

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

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

发布评论

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

评论(1

病女 2024-10-31 23:38:24

正如 Evan Mulawski 在此处的回答中所说:

不使用未记录的 API,
没有官方的方法可以改变
UIActionSheet 上按钮的颜色。
如果您可以自定义此设置
您对 UIActionSheet 进行子类化
控制。

看这个例子:
http://blog.corywiles.com/customizing-uiactionsheet-buttons

As Evan Mulawski says in his answer here:

Without using undocumented API's,
there is no official way to change the
button's color on a UIActionSheet.
You may be able to customize this if
you subclass the UIActionSheet
control.

See this example:
http://blog.corywiles.com/customizing-uiactionsheet-buttons

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