MNcoder icon indicating copy to clipboard operation
MNcoder copied to clipboard

NSKeyedArchiver/Unarchiver composition that outputs portable serialized plists. Specifically written for Mindnode. To as losslessly as possible bring NSAttributedStrings from iOS to the Mac and vice v...

Results 3 MNcoder issues
Sort by recently updated
recently updated
newest added

Please add distribution licence.

in MNAttributedString.m Updated. # if TARGET_OS_IPHONE +(BOOL)hasUIKitAdditions { // NSAttributeString is enhanced in ios 6.0 return ([[[UIDevice currentDevice] systemVersion] compare:@"6.0"] != NSOrderedAscending); } # endif Also on ios 5.1 I...

Fixed by change to the following: -(id)initWithColor:(UIColor *)color { if ((self = [super init])) { // Need to deal with CTForegroundColor = " [ (kCGColorSpaceDeviceGray)](0 1)"; if ([color getRed:&_red green:&_green...