Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是iphone编程的新手。我在做一个类似邮件的应用程序,因为我必须在表格视图中显示收件箱信息,并且在拖动的最后我应该需要“显示 20 多条消息”按钮。有没有可能证明这一点?
如果请你能给我一个代码。
问候, 萨蒂什
当然,您只需要手动管理它:
tableView:cellForRowAtIndexPath:
indexPath
tableView:didSelectRowAtIndexPath:
insertRowsAtIndexPaths:withRowAnimation: