Skip to content

Show information about current FPS for iOS applications

Notifications You must be signed in to change notification settings

krezzoid/FPSBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

FPSBar

codebeat badge

Usage

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

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

// display FPS bar
let bar: FPSbar = FPSbar(frame: UIApplication.sharedApplication().statusBarFrame)
bar.desiredChartUpdateInterval = 1.0 / 10.0
bar.showsAverage = true
bar.initilize()
bar.hidden = false

return true
}

About

Show information about current FPS for iOS applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages