Skip to content

Bintong/TBPerformanceView

Repository files navigation

TBPerformanceView

Version License Platform

Preview

Use

    [[TBPerformanceBoard sharedInstance] createPeroformanceWithDeviceInfo:self.view];
    [[TBPerformanceBoard sharedInstance] open];

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

TBPerformanceView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'TBPerformanceView'

Author

yaxun_123@163.com

License

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

中文

使用

[[TBPerformanceBoard sharedInstance] createPeroformanceWithDeviceInfo:self.view];
[[TBPerformanceBoard sharedInstance] open];

方法列表

方法名称 说明
- (void)createPeroformanceBoardUpOnView:(UIView *)view 在当前view 上添加普通版本的board
- (void)createPeroformanceWithDeviceInfo:(UIView *)view 在当前view 上添加普通版本的版本号版本的view
- (void)createClickPeroformanceWithDeviceInfo:(UIViewController *)ctr 当前view 跳转 更多检测信息功能页面
- (void)open; 开始监听
- (void)close; 关闭监听

安装

TBPerformanceView可通过[CocoaPods](https://cocoapods.org)获得。 安装

pod 'TBPerformanceView'

目前状态

后期迭代,欢迎提供宝贵建议

期望您的star,哈哈哈

About

A collection of tools for iOS device performance persistence to detect and evaluate component development performance, device processes

Resources

License

Stars

Watchers

Forks

Packages

No packages published