项目作者: tingxins

项目描述 :
iOS FPS Calculator (FPS 计算器)
高级语言: Objective-C
项目地址: git://github.com/tingxins/TXFPSCalculator.git
创建时间: 2016-11-04T10:13:01Z
项目社区:https://github.com/tingxins/TXFPSCalculator

开源协议:MIT License

下载


TXFPSCalculator

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

  1. platform :ios, '7.0'
  2. pod 'TXFPSCalculator'

Usage

STEP 1:

  1. #ifdef DEBUG
  2. #import "TXFPSCalculator.h"
  3. #endif

STEP 2:

  1. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  2. [self.window makeKeyAndVisible];
  3. #ifdef DEBUG
  4. [[TXFPSCalculator calculator] start];
  5. #endif
  6. return YES;
  7. }

License

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

Ad

Welcome to my Official Account of WeChat.

wechat-qrcode