摘要: 一有用的 UIImage 扩展,支持(等比例)放大和旋转可在许多 App 中使用。UIImage-Extensions.h#import <Foundation/Foundation.h>#import <UIKit/UIKit.h>CGFloat DegreesToRadians(CGFloat degrees);CGFloat RadiansToDegrees(CGFloat radians);@interface UIImage (JQ_Extensions)- (UIImage *)imageAtRect:(CGRect)rect;- (UIImage *)im 阅读全文
posted @ 2013-05-17 12:20 馒不头 阅读(2242) 评论(0) 推荐(1) 编辑