我正在製作一個應用程序,通過使用頁面控件可以滾動10個圖像。問題是我完全不知道如何使用頁面控件。任何幫助都是值得讚賞的。我如何使用UIPageControl?
48
A
回答
18
12
你基本上需要添加一個scrollView併爲其啓用分頁。然後添加您想要顯示的每個頁面的內容。在你的情況下,這將是圖像。
你可以找到一個很描述教程從這裏http://www.raywenderlich.com/10518/how-to-use-uiscrollview-to-scroll-and-zoom-content
相關問題
- 1. 使用UIpageControl
- 2. 如何在我的應用程序中使用UIPageControl?
- 3. 如何使用UIPageControl瀏覽圖像?
- 4. 如何在iCarousel上使用UIPageControl?
- 5. UIPageControl - 如何使背景透明?
- 6. 使用UIPageControl沒有UIScrollView
- 7. 如何聲明UIPageControl內
- 8. 如何更改UIPageControl點
- 9. 如何從UIViewController實現UIPageControl
- 10. 如何讓UIScrollView/UIPageControl無限?
- 11. 我該如何使用UIScrollView和UIPageControl重新創建iOS應用切換器
- 12. 我的UIPageControl沒有顯示?
- 13. 使用UIPageControl發送數據和更改頁面按鈕使用UIPageControl
- 14. Xcode:如何使用滑動手勢更改UIPageControl值?
- 15. 如何使用uipagecontrol進行頁面操作?
- 16. 如何使用UIPageControl創建多個視圖?
- 17. 如何連接UIPageControl,以便與其他控件一起使用?
- 18. UIPageControl + UIAppearance
- 19. Uipagecontrol animation
- 20. 使用UIScrollView在UIPageControl中慣性滾動
- 21. uipagecontrol使用IB只顯示圖片
- 22. 使用Core Graphics繪製UIPageControl指標?
- 23. Objective-C iOS如何將UIPageControl添加到我的CollectionView?
- 24. UIPageControl UIControlEventValueChanged - 我如何知道以前的值?
- 25. 如何從navigationBar中移除UIPageControl?
- 26. 如何取消UIPageControl的UIControlEventValueChanged事件?
- 27. 如何複製此UIPageControl的外觀?
- 28. 如何更改UIPageControl點的邊界?
- 29. 如何在UIScrollView中添加UIPageControl
- 30. 如何實現UIPageControl和的UISearchBar
+1頁面控件添加圖片*完全不知道*。同樣在這裏。 :-P – 2011-07-10 05:37:33