mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-01-12 22:51:51 +08:00
@@ -287,6 +287,8 @@
|
||||
[self.responder resignFirstResponder];
|
||||
[cell.responder becomeFirstResponder];
|
||||
}
|
||||
if (self.item.actionBarNavButtonTapHandler)
|
||||
self.item.actionBarNavButtonTapHandler(self.item);
|
||||
}
|
||||
|
||||
- (void)actionBar:(REActionBar *)actionBar doneButtonPressed:(UIBarButtonItem *)doneButtonItem
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
@property (copy, readwrite, nonatomic) NSString *cellIdentifier;
|
||||
|
||||
// Action bar
|
||||
@property (copy, readwrite, nonatomic) void (^actionBarNavButtonTapHandler)(id item); //handler for nav button on ActionBar
|
||||
@property (copy, readwrite, nonatomic) void (^actionBarDoneButtonTapHandler)(id item); //handler for done button on ActionBar
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user