2010-08-04 44 views

回答

3

是的,你可以顯示在UITableView的頂部自定義視圖 - 看到它tableHeaderView屬性。

「隱藏」它最初你必須在頂部位置滾動表格第一行:

[table scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0] 
     atScrollPosition:UITableViewScrollPositionTop animated:NO]; 
相關問題