TBPerformanceView
演示
用法
[[TBPerformanceBoard sharedInstance] createPeroformanceWithDeviceInfo:self.view];
[[TBPerformanceBoard sharedInstance] open];
示例
运行示例项目,首先克隆存储库,然后从示例目录运行pod install
需求
安装
TBPerformanceView可通过CocoaPods获得。要安装它,只需将以下行添加到您的Podfile中
pod 'TBPerformanceView'
作者
许可证
TBPerformanceView遵循MIT许可证。有关更多信息,请参阅LICENSE文件。
中文
使用
[[TBPerformanceBoard sharedInstance] createPeroformanceWithDeviceInfo:self.view];
[[TBPerformanceBoard sharedInstance] open];
方法列表
方法名称 | 说明 |
---|---|
- (void)createPerformanceBoardUpOnView:(UIView *)view | 在当前view上添加普通版本的board |
- (void)createPerformanceWithDeviceInfo:(UIView *)view | 在当前view上添加带设备信息的普通版本的view |
- (void)createClickPerformanceWithDeviceInfo:(UIViewController *)ctr | 当前view跳转更多检测信息功能页面 |
- (void)open; | 开始监听 |
- (void)close; | 关闭监听 |
安装
TBPerformanceView可通过[CocoaPods](https://cocoapods.org.cn)获得。安装
pod 'TBPerformanceView'
目前状态
后续迭代,欢迎提供宝贵建议
期待您的star,哈哈哈