RRFPSBar把 iOS 状态栏改为显示 FPS

联合创作 · 2023-09-26 16:39

该程序可以把 iOS 状态栏改为显示 FPS 。


使用方法



// Include only if app is is not optimized (aka debug build)
#ifndef __OPTIMIZE__
#import "RRFPSBar.h"
#endif

@implementation YourAppDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Show only if app is is not optimized (aka debug build)
#ifndef __OPTIMIZE__
[[RRFPSBar sharedInstance] setHidden:NO];
#endif

}

@end

 

浏览 21
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报