简体   繁体   English

如何在tableView中创建自定义单元格(滑动单元格)

[英]how to create custom cell in tableView (swipe cell)

I want to create one application that in self has tableview.this tableView show has many cell in self.I want when push right to left in one cell display another page in cell (like yahoo mail that when push right to left show 5 status : favorit,delete,...) 我想创建一个自身具有tableview的应用程序。此tableView显示自身具有许多单元格。我想要在一个单元格中向右向左推时显示该单元格中的另一页(例如当向右推向左时显示5状态的yahoo邮件:最喜欢的,删除的...)

I want create this but I dont know about it and I searching in google but I dont found anything. 我想创建这个,但是我不知道,我在谷歌搜索,但是我什么都没找到。

please guide and tell me how to create tableview that all cell have one ability : (when push right to left show another page in cell place with 5 button like yahoo mail app) 请指导并告诉我如何创建所有单元格都具有一种功能的tableview :(当从右向左按下时,使用5个按钮(如yahoo邮件应用程序)在单元格位置显示另一页)

my friend see this page. 我的朋友看到​​此页面。 I hope this help you. 希望对您有所帮助。

http://code4app.net/ios/Side-Swipe-TableView/4f68194e6803fa3449000001 http://code4app.net/ios/Side-Swipe-TableView/4f68194e6803fa3449000001

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在tableview中创建动态单元格(无自定义单元格)? - How to create dynamic cell in tableview (without custom cell)? 如何在 iOS 中使用自定义 tableview 单元格笔尖,将滑动表视图控制器作为单元格的默认控制器 - How to utilize a custom tableview cell nib in iOS with a swipe table view controller as the cell's default controller 如何在“自定义表格视图”单元格下创建表格视图 - How can I Create a Tableview Under Custom Tableview cell 如何启用滑动以删除TableView中的单元格? - How to enable swipe to delete cell in a TableView? 如何从自定义 tableView 单元格创建自定义视图 storyboard 插座? - How to create a custom view storyboard outlet from a custom tableView cell? 如何在表视图中创建动态单元格? - How to create dynamic cell in tableview? Swift 在 UIAlertviewcontroller 中使用自定义单元格创建 tableview - Swift create tableview with custom cell within UIAlertviewcontroller 创建自定义tableView单元格textField或textView标记 - Create custom tableView cell textField or textView tag 如何在TAP上而不是滑动上编辑TableView单元格-Swift - How to edit tableview cell on TAP instead of swipe - Swift 我们在tableview单元格上滑动时如何添加图像以删除按钮 - How to add image to delete button when we swipe on tableview cell
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM