iOS屏幕刷新率FPS计算器源码.zip

时间:2020-07-23 10:00:56
【文件属性】:
文件名称:iOS屏幕刷新率FPS计算器源码.zip
文件大小:16KB
文件格式:ZIP
更新时间:2020-07-23 10:00:56
源码 iOS Installation with CocoaPods CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects. Podfile platform :ios, '7.0' pod 'TXFPSCalculator' Usage STEP 1: #ifdef DEBUG #import "TXFPSCalculator.h" #endif STEP 2: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [self.window makeKeyAndVisible]; #ifdef DEBUG [[TXFPSCalculator calculator] start]; #endif return YES; } License TXFPSCalculator is available under the MIT license. See the LICENSE file for more info. Ad Welcome to my Official Account of WeChat.
【文件预览】:
iOS屏幕刷新率FPS计算器源码
----TXFPSCalculator-master.zip(25KB)

网友评论