BOb*_*der 6 iphone objective-c swipe quickdialog
我正在使用quickdialog作为表单,我正在尝试实现刷卡删除,并且不知道我将如何做到这一点.有谁能够帮我?
小智 1
答案是我认为的结合:如何在iPhone SDK中检测滑动手势?
而且,可能您真正担心的是如何向该部分添加/删除新的 QElement(来自 github 问题)。
后者建议从节中删除元素的方法(在本例中)extraRepayAmount是这样的:
[self.extraRepaySection.elements removeObject:self.extraRepayAmount];
[self.quickDialogTableView reloadSections:[NSIndexSet indexSetWithIndex:2] withRowAnimation:UITableViewRowAnimationFade];
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
446 次 |
| 最近记录: |