如何在iPhone中显示按钮列表,例如按钮的下拉列表

发布于 2024-09-11 07:36:29 字数 203 浏览 9 评论 0原文

我是 iPhone 编程新手... 任何人都可以帮我吗... 在我的应用程序中,我显示一个图像,透明的 html 页面,其中包含有关该图像的文本,并且有音频而不是 html 文本... 在底部工具栏中,我有“查看”按钮。我希望此按钮在下拉列表等列表中显示 3 个(单选或普通)按钮(用于启用/禁用背景图像、音频、文本)... 当我单击“查看”按钮时如何显示按钮列表...

谢谢

i am new to iPhone programming...
can any body help me out please...
in my app i am displaying an image, transparent html page with text about that image and there is audio instead of html text...
in the bottom tool bar i have button 'VIEW".. i want this button to show the 3 (radio or normal) buttons in a list like drop up list(for enable/disable the bgimage, audio, text)...
How to display the list of buttons when i click on VIEW button...

Thank u

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

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

发布评论

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

评论(1

寄风 2024-09-18 07:36:29

iPhone 没有内置收音机列表。您需要实现自定义视图才能制作一个。您可以尝试继承表视图来创建选择列表。对于开/关部分,您可以尝试 UISwitch。

iPhone does not have a build in radio list. You need to implement your custom view to make one. You may try to inherit table view to create a selection list. And for the on / off part, you can try UISwitch.

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