如何实现编辑& Tablecell 中的删除功能?
在我的应用程序中,
我想实现编辑和编辑。删除表格单元格上的功能。
我该怎么做?
In my app,
I want to imaplement the edit & delete functionality on table Cell.
How can i do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请按照本教程开始使用,它还提供可供下载的代码。
http://adeem. me/blog/2009/05/29/iphone-sdk-tutorial-add-delete-reorder-uitableview-row/
快乐编码
Follow this tutorial to get started it also has code to download.
http://adeem.me/blog/2009/05/29/iphone-sdk-tutorial-add-delete-reorder-uitableview-row/
Happy coding
UITableViewDataSource
和UITableViewDataDelegate
中有多种方法另请参阅文档 插入和删除行以及部分
There are several methods in
UITableViewDataSource
andUITableViewDataDelegate
See also documenatation Inserting and Deleting Rows and Sections