1
A
回答
1
你只需要改變表視圖的內容並顯示搜索欄時,滾動指示插圖。這是通過UIScrollView上的scrollIndicatorInsets
和contentInsets
屬性實現的。只需傳遞一個UIEdgeInsets結構,頂部偏移量爲範圍欄高度的適當值。當範圍欄消失時將其重新設置爲0。
相關問題
- 1. 問題與UITableView
- 2. 問題與顯示
- 3. 遇到問題在顯示的UITableView
- 4. UITableView問題與NSIndexPath
- 5. UITableView與cellForRowAtIndexPath問題
- 6. 與UITableview UIScrollView問題
- 7. 問題與UITableView cellForRowAtIndexPath與NSManagedObjects
- 8. SBTableAlert的問題。它顯示警報但不顯示UITableView
- 9. div顯示問題與jq
- 10. 問題與顯示的Tkinter
- 11. Chrome顯示問題與JQuery
- 12. 問題與顯示功能
- 13. HTML問題與頭顯示
- 14. 問題與顯示圖像
- 15. UITableView問題與部分
- 16. UITableView與部分問題?
- 17. 與標題顯示的問題在IE8
- 18. 顯示問題
- 19. 顯示問題
- 20. 的UITableView顯示
- 21. UITableView不顯示
- 22. UITableView Swift問題
- 23. UITableView cellForRowAtIndexPath問題
- 24. uiTableView問題 - xcode
- 25. UITableView問題
- 26. UITableView問題
- 27. UITableView的問題
- 28. UITableView問題
- 29. MonoTouch UITableView問題
- 30. UITableView - didSelectRowAtIndexPath問題?
感謝您的建議,我會試試這個。 – hwrdprkns