我想實現按鈕和這樣的東西的UIScrollView。我正在用故事板圖形化地做,但是當我運行應用程序時,它不會滾動。什麼是我的問題,你知道有關UIScrollView在故事板中實現的任何教程不是爲圖像,但對於按鈕,標籤'東西?UIScrollview故事板
0
A
回答
1
您需要編寫代碼將滾動視圖的contentSize
屬性設置爲大於其bounds.size
的值以使其滾動。您無法在故事板中設置contentSize
,也不會自動設置它自己的contentSize
。
6
作爲後續工作,請務必將contentSize設置爲viewDidAppear而不是viewDidLoad
相關問題
- 1. 與故事板實現UIScrollView
- 2. 在故事板中創建UIScrollView
- 3. 如何設計故事板中的UIScrollView
- 4. 故事板生成的UIScrollView不滾動
- 5. 把一個UIScrollView在的ViewController(故事板)
- 6. 故事板UITabBarController
- 7. 故事板ViewController.m
- 8. 用故事板
- 9. 在故事板
- 10. 在故事板
- 11. 從故事板
- 12. UIContainerViews故事板
- 13. 故事板 - UITabBarController
- 14. MGSplitViewController故事板
- 15. 在故事板
- 16. 在故事板
- 17. iOS故事板
- 18. Xcode故事板
- 19. 在故事板
- 20. 在故事板
- 21. 在故事板
- 22. 用故事板
- 23. 故事板PeformSegue
- 24. 在故事板
- 25. 在故事板
- 26. 在故事板
- 27. 故事板NSIndexPath
- 28. 故事板UITextview和UIScrollView裏面的按鈕
- 29. 水平的UIScrollView - 使用IB故事板 - 不滾動
- 30. 在iOS 6中使用故事板uiscrollview分頁的麻煩
請問爲什麼? – 2012-10-08 08:20:43
你救了我的命! – ksn 2012-10-31 10:37:10