Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 489 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 489 Bytes

mainThreadPinger

codebeat badge

Usage

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {

//
// some of your code here ...
//

// will create mainThreadPinger object and start pinging main/ui thread
let pinger = mainThreadPinger.sharedInstance

return true
}