MNcoder
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...
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...