在三个图像之间进行选择的按钮
使用按钮从三张图像中选择图像的最佳/最简单方法是什么? 它将是一个按钮(或标签,或任何大约 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您看过
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.