Pickcharparser now can handle non-default checkbox formats

This commit is contained in:
Michael Starke
2017-12-12 15:19:24 +01:00
parent 2d5974982e
commit 24c8d8efc8
4 changed files with 112 additions and 34 deletions

View File

@@ -14,6 +14,5 @@
@property NSUInteger checkboxOffset;
@property BOOL convertToDownArrows;
@property BOOL hideCharacters;
@property (copy) NSString *checkboxFormat;
@end