Pickchar parser parses options. Output is not converted at the moment

This commit is contained in:
Michael Starke
2017-11-30 15:47:12 +01:00
parent a05a753a13
commit ee418db014
15 changed files with 419 additions and 75 deletions

View File

@@ -36,7 +36,6 @@ typedef NS_ENUM(NSUInteger, MPPickfieldTableColumn) {
- (void)viewDidLoad {
[super viewDidLoad];
self.tableModel = [[MPPickfieldTableModel alloc] initWithEntry:self.representedEntry inDocument:nil];
}
- (KPKEntry *)representedEntry {