8000 GitHub - hongruqi/SafeGuard: WTSafeGuard can effectively prevent the IOS system application crash
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hongruqi/SafeGuard

Repository files navigation

WTSafeGuard can effectively prevent the IOS system application crash

Features

  • Avoid NSTimer crash
  • Avoid UIKit Called on Non-Main Thread crash
  • Avoid KVO crash
  • Avoid unrecognized selector crash
  • Avoid Container NSArray, NSMutableArray, NSDictionary, NSMutableDictionary, NSSet, NSMutableSet crash
  • Avoid NSString, NSMutableString,NSAttributedString crash
  • Avoid NSURL, NSFileManager, NSIndexPath, NSJSONSerialization

Requirements

  • IOS 8 or later , XCode 7 or later

How To Use

#import "WTSafeGuard.h"

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
    [WTSafeGuard startSafeGuard];
}

Installation

  • pod 'WTSafeGuard'

About

WTSafeGuard can effectively prevent the IOS system application crash

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published
0