2013年4月10日

UIImage 剪裁的方法

摘要: 在UIImage上扩展一个函数@interface UIImage (Resize)- (UIImage *)croppedImage:(CGRect)bounds;@end@implementation UIImage (Resize)// Returns a copy of this image that is cropped to the given bounds.// The bou... 阅读全文

posted @ 2013-04-10 10:48 流れ星ーー 阅读(131) 评论(0) 推荐(0) 编辑

导航