第一步 导入 #import <IQKeyboardManager/IQKeyboardManager.h>
第二 步
[self.textF.keyboardToolbar.doneBarButton setTarget:self action:@selector(doneAction:)];
- (void)doneAction:(UITextField*)TF
{
NSLog(@"do something");
}
[self.textF.keyboardToolbar.doneBarButton setTarget:self action:@selector(doneAction:)];
- (void)doneAction:(UITextField*)TF
{
NSLog(@"do something");
}