【发布时间】:2009-12-01 06:49:36
【问题描述】:
当我使用 indexpath.row = 0 时,它工作正常并显示在标题下方
但是当我使用 indexpath.row =1 时,第 1 行将在表格视图的标题部分内移动。
请帮帮我,我希望在 lauch 时隐藏第一行。
[alltweettableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:1 inSection:0] atScrollPosition:UITableViewScrollPositionTop animated:NO];
【问题讨论】:
标签: iphone