Replace statusbar with a new bar to show realtime performance
- FPS
- CPU
- Memory
Cocoapod
pod LHPerformanceStatusBar
In viewDidAppear
or somewhere where the keyWindow is loaded
- (void)viewDidAppear:(BOOL)animated{
[super viewDidAppear:animated];
[LHPerformanceMonitorService run];
}
Leo, leomobiledeveloper
LHPerformanceStatusBar is available under the MIT license. See the LICENSE file for more info.