Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.04 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.04 KB

LHPerformanceStatusBar

Version Platform License

LHPerformanceStatusBar

Replace statusbar with a new bar to show realtime performance

  • FPS
  • CPU
  • Memory

Install

Cocoapod

pod LHPerformanceStatusBar

Usage

In viewDidAppear or somewhere where the keyWindow is loaded

- (void)viewDidAppear:(BOOL)animated{
    [super viewDidAppear:animated];
    [LHPerformanceMonitorService run];
}

Author

Leo, leomobiledeveloper

License

LHPerformanceStatusBar is available under the MIT license. See the LICENSE file for more info.