Done button accessory for UITextfield or UITextview
- Import
#import <FRDoneAccessory.h>
- Insert accessory into your textfield
self.yourTextfield.inputAccessoryView = [[FRDoneAccessory alloc] initWithBackground:yourBackground andButton:yourButton andTextfield:yourTextfield];
- Or use native styling by using
self.yourTextfield.inputAccessoryView = [[FRDoneAccessory alloc] initWithTextField:self.yourTextfield];
Add pod 'FRDoneAccessory', '~> 0.2'
to your Podfile
- 0.1 First public release
- 0.2 Add native style
- Support button position