Create PDF iOS7
问题 to create a pdf programmaticallly inside my iOS app I followed this tutorial on mobile.tut+: http://mobile.tutsplus.com/tutorials/iphone/generating-pdf-documents/ but two methods are now deprecated in iOS7, but what xcode suggest to use instead of old methods doesn't seems to work. somebody have an idea? thanks! - (CGRect)addText:(NSString*)text withFrame:(CGRect)frame fontSize:(float)fontSize{ UIFont *font = [UIFont fontWithName:@"HelveticaNeue-Light" size:fontSize]; NSMutableParagraphStyle