mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 16:19:29 +00:00
Added pretty password display prototype to enhance password display
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
//
|
||||
|
||||
#import "MPPickcharsParser.h"
|
||||
#import "NSString+MPComposedCharacterAdditions.h"
|
||||
#import <KeePassKit/KeePassKit.h>
|
||||
|
||||
@interface MPPickcharsParser ()
|
||||
@@ -39,7 +40,13 @@
|
||||
}
|
||||
|
||||
- (NSString *)processPickedString:(NSString *)string {
|
||||
return string;
|
||||
if(!self.convertToDownArrows) {
|
||||
return string;
|
||||
}
|
||||
for(NSString *character in string.composedCharacters) {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user