Added pretty password display prototype to enhance password display

This commit is contained in:
Michael Starke
2017-11-30 16:41:16 +01:00
parent ee418db014
commit 50c38e5672
7 changed files with 100 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
@property (nonatomic, readonly) NSUInteger composedCharacterLength;
@property (nonatomic, readonly, copy) NSArray<NSValue *> *composedCharacterRanges; // NSArray of NSValues of NSRanges
@property (nonatomic, readonly, copy) NSArray<NSString *> *composedCharacters; // NSArray of composed characters. For the most part those will be single character strings
- (NSString *)composedCharacterAtIndex:(NSUInteger)index;