Implemented Edit button; it must be clicked to modify an entry.

This commit is contained in:
Chhom Seng
2014-01-01 19:10:03 -07:00
parent ce838f6b7a
commit da93396ee7
5 changed files with 84 additions and 12 deletions

View File

@@ -44,6 +44,7 @@
- (IBAction)addCustomField:(id)sender;
- (IBAction)removeCustomField:(id)sender;
- (void)beginEditing;
- (void)endEditing;
@end