UIActionsheet 上的自定义按钮

发布于 2024-10-08 07:07:05 字数 184 浏览 3 评论 0原文

我正在尝试创建一个包含多个按钮作为选项的 UIActionsheet

  1. 是否可以?。
  2. 如果是的话,苹果会进入应用程序商店吗?我在一些博客中看到,这些类型的窗户被拒绝?
  3. 如果不可能,是否有 UIActionsheet 的替代方案,可以实现类似的功能?

I am trying to create a UIActionsheet with several buttons as options.

  1. Is it possible?.
  2. If it is, will apple let in onto apps store. I have seen in some blogs that these types of windows are rejected?
  3. if not possible is there an alternative to UIActionsheet, that will achieve similar functionallity?.

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

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

发布评论

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

评论(2

∞琼窗梦回ˉ 2024-10-15 07:07:05

这是有可能的,而且我认为苹果不会拒绝它(为什么他们会拒绝?)。

It is possible and I don't think Apple will reject it (why would they ?).

满天都是小星星 2024-10-15 07:07:05
  1. 操作表就像一个 UIView,你可以在其中添加任何内容。是的!您可以根据指定创建 UIActionsheet。
  2. 如果是定制的话苹果不会拒绝。这可能是由于其他一些问题造成的。
  3. 参考答案1。为什么不能使用普通的UIView。

要了解有关 UIActionsheet 的更多信息,请阅读文档

  1. Action sheet is like a UIView you can add anything in that. Yes! you can create a UIActionsheet as you specified.
  2. Apple will not be rejecting if it is customized. it may be due to some other issues.
  3. Refer answer 1. Why cant you use a normal UIView.

To know more about UIActionsheet read the documentation

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