现在位置: 首页 > UIImageView
2020年02月18日 编程语言 ⁄ 共 3857字 评论关闭

iOS开发实现UIImageView的分类 本文实例为大家分享了iOS实现UIImageView的分类代码,供大家参考,具体内容如下 一.Objective-C版 .h文件 #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <QuartzCore/QuartzCore.h> /** * 这个分类为UIImageView添加一些有用的方法 */ @interface UIImageView (WLKit) /** * 创建一

阅读全文