JPFPSStatus
Show FPS Status on StatusBar
Podfile
platform :ios, '7.0'
pod 'JPFPSStatus', '~> 0.1.1'Instruction
Note:Use JPFPSStatus in DEBUG mode
add the code in AppDelegate.m
#import "JPFPSStatus.h"
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
#if defined(DEBUG)||defined(_DEBUG)
[[JPFPSStatus sharedInstance] open];
#endif
return YES;
}
#if defined(DEBUG)||defined(_DEBUG)
[[JPFPSStatus sharedInstance] openWithHandler:^(NSInteger fpsValue) {
NSLog(@"fpsvalue %@",@(fpsValue));
}];
#endif
#if defined(DEBUG)||defined(_DEBUG)
[[JPFPSStatus sharedInstance] close];
#endif
Licenses
All source code is licensed under the MIT License.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

