IOS-小工具

 

Json转模型SKGenerateModelTool



崩溃解析 包大小分析 

macappstore fastlinkmapAnalyzer

WKWebView离线缓存

 LinkMap 

检查每个类占用大小

LSUnusedResources

用于在 Xcode 项目中查找未使用的图像和资源。

WKWebView离线缓存

美颜,对图片处理,使用GPUImage

实现序列帧

查网络链接,bug

查找内存泄漏(不可上架)
 


https://github.com/xiamoweinuan/AMLeaksFinder


 NSString* strVersion =[[NSBundle mainBundle] infoDictionary][@"CFBundleShortVersionString"];
    NSString* strbuild =[[NSBundle mainBundle] infoDictionary][@"CFBundleVersion"];

    NSInteger versionInteger = [[[strVersion stringByReplacingOccurrencesOfString:@"." withString:@""] stringByAppendingString:strbuild] integerValue];
    if (versionInteger<=1104) {

    #if DEBUG
    [[LLDebugTool sharedTool] startWorkingWithConfigBlock:^(LLConfig * _Nonnull config) {

        //####################### Color Style #######################//
        // Uncomment one of the following lines to change the color configuration.
        config.colorStyle = LLConfigColorStyleSimple;
        //            [config configBackgroundColor:[UIColor orangeColor] primaryColor:[UIColor whiteColor] statusBarStyle:UIStatusBarStyleDefault];

        //####################### User Identity #######################//
        // Use this line to tag user. More config please see "LLConfig.h".
        config.userIdentity = @"Miss L";
        config.hideWhenInstall = YES;
        config.showDebugToolLog = NO;
        config.autoCheckDebugToolVersion = NO;
        config.inactiveAlpha =.5f;
        if (@available(iOS 13.0, *)) {
            [config configStatusBarStyle:UIStatusBarStyleDarkContent];
        } else {
            // Fallback on earlier versions
        }
        //####################### Window Style #######################//
        // Uncomment one of the following lines to change the window style.
        // config.entryWindowStyle = LLConfigEntryWindowStyleNetBar;
        
        
//        LLDebugTool日志
//        LLog(@"aa");
    }];
    
#else
#endif

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值