轻量级前端框架助力开发者提升项目效率与性能
874
2022-11-02
分类,好用的小工具
WHKit
使用方法
pod 'WHKit', '~>1.7'也可以直接在本网页-,然后把WHKit加入到工程中在pch文件中:#import "WHKit.h"
这个文件中包含了如下内容
/************* 分类 *************/#import "NSArray+WHArray.h"#import "NSDate+WHDate.h"#import "NSDictionary+WHDictionary.h"#import "NSFileManager+WHFileManager.h"#import "NSNumber+WHNumber.h"#import "NSObject+WHObject.h"#import "NSObject+WHRuntime.h"#import "NSString+WHString.h"#import "NSTimer+WHTimer.h"#import "UIBarButtonItem+WHBarButtonItem.h"#import "UIButton+WHButton.h"#import "UIColor+WHColor.h"#import "UIDevice+WHDevice.h"#import "UIImage+WHImage.h"#import "UIImageView+WHImageView.h"#import "UILabel+WHLabel.h"#import "UINavigationController+WHNavigationController.h"#import "UIScrollView+WHScrollView.h"#import "UITableView+WHTableView.h"#import "UIView+WHView.h"#import "UIViewController+WHVC.h"#import "WHMethods.h"#import "SerializeKit.h"#import "WHSingleton.h"#import "CALayer+WHLayer.h"#import "UIAlertController+WHAlert.h"#import "Foundation+Safe.h"/******************************//************* 宏 *************/#import "WHMacro.h"/******************************/
例子 Example
MIT LICENSE
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~