在三个图像之间进行选择的按钮

发布于 2024-12-12 03:44:36 字数 158 浏览 0 评论 0原文

使用按钮从三张图像中选择图像的最佳/最简单方法是什么? 它将是一个按钮(或标签,或任何大约 40x40 的大小),您可以单击它来选择图像。我知道通常您使用自定义选择器,但它仅适用于三个图像,也许有更简单的方法。 (桌面视图?) 图像在视图上的大小约为 50x50 p。 有人可以给它的一段代码吗? 多谢

What is the best/easiest way to choose an image among three with a button.
It will be a button ( or a label, or anything about 40x40) that you click to choose an image. I know normally you use a custom picker, but its only for three images, maybe there is a simpler way. ( a tableview?)
the image will be about 50x50 p on the view.
Could someone give the piece of code for it please?
thanks a lot

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

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

发布评论

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

评论(1

花心好男孩 2024-12-19 03:44:36

您看过UISegmentedControl吗?您可以直接使用它,或者如果空间有限,也可以通过按钮以模态方式呈现它。

Have you looked at UISegmentedControl? You could either use that directly or perhaps present it modally from a button if the space is limited.

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