如何在页面控件中显示照片?
我正在尝试在 UIPageControl
中显示照片,
但我不知道如何使用 UIPageControl
。任何代码或教程都会有帮助。
I am trying to show photos in UIPageControl
I don't know how to use UIPageControl
. Any code or tutorial will be helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以尝试这个。它非常简单,还包含图像视图。
如果您需要任何其他帮助,请告诉我。
you can try this. Its very simple and also contains image view.
Let me know if you need any other help for this.
教程
仅供参考:pagecontrol 必须与滚动视图一起使用...您所要做的就是使用上面的教程实现页面控制并在滚动视图上添加一个图像视图...
希望这有帮助
Tutorial
And just FYI: pagecontrol has to be used along with the scrollview...all u have to do is just implement the pagecontrol using the above tutor and add an imageview over the scrollview.....
Hope this helps