ios查看帧率的软件 您所在的位置:网站首页 苹果显示帧率的app ios查看帧率的软件

ios查看帧率的软件

2023-08-20 07:32| 来源: 网络整理| 查看: 265

FHHFPSIndicator提供了三种位置显示FPS值,默认是'中偏下',此外还有‘中偏左’、‘中偏右’。iPhone4、5系列手机建议采用默认值来显示调试。

集成方法和使用步骤:

将`FHHFPSIndicator`文件夹中的所有源代码拽入项目中。

然后在AppDelegate.m文件中添加以下代码即可#if defined(DEBUG) || defined(_DEBUG)

#import "FHHFPSIndicator.h"

#endif

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

// Override point for customization after application launch.

self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];

[self.window makeKeyAndVisible];

// add the follwing code after the window become keyAndVisible

#if defined(DEBUG) || defined(_DEBUG)

[[FHHFPSIndicator sharedFPSIndicator] show];

//        [FHHFPSIndicator sharedFPSIndicat



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有