iOS-Asset-Extractor icon indicating copy to clipboard operation
iOS-Asset-Extractor copied to clipboard

A tool to extract image assets from the iOS SDK.

Results 11 iOS-Asset-Extractor issues
Sort by recently updated
recently updated
newest added

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { // ... if let url = launchOptions?[UIApplicationLaunchOptionsURLKey] as? NSURL { processURL(url) return false } return true }