选择什么元素来显示图像?
我想获取图像的网址(可变数量)并使用下一步和后退按钮在我的应用程序中显示它们。 我应该制作一个 UIImageView 并在下一个和后面制作 2 个按钮吗?或者有一个元素可以做到这一点? 谢谢
i want to get urls of images ( a variable number ) and show them in my app with a next and back button.
Should i make an UIImageView and make 2 button next and back ? or there is an element for that ?
thanx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UIImageView
和按钮是正确的选择。您还可以查看 Three20 来了解预制组件。UIImageView
and buttons is the way to go. Also you can check out Three20 for premade components.