https://github.com/szlsay/stfpsindicator
iOS fps的检测器
https://github.com/szlsay/stfpsindicator
Last synced: 3 months ago
JSON representation
iOS fps的检测器
- Host: GitHub
- URL: https://github.com/szlsay/stfpsindicator
- Owner: szlsay
- License: mit
- Created: 2017-01-03T09:56:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T02:15:04.000Z (over 8 years ago)
- Last Synced: 2025-02-07T12:46:12.221Z (5 months ago)
- Language: Objective-C
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# STFPSIndicator


[](https://github.com/Carthage/Carthage)
[](http://cocoadocs.org/docsets/STFPSIndicator)iOS FPS的检测器
## 使用方式
### Pod`pod 'STFPSIndicator', :configurations => ['Debug']`
### Carthage
`github "stzhenzhaoliang/STFPSIndicator" "1.0"`## 接口
```
/** 1.初始化, 视图一定要添加到UIWindow初始化事件之后,否则没法显示 */
+ (STFPSIndicator *)sharedFPSIndicator;
/** 2.显示视图 */
- (void)show;
/** 3.隐藏视图 */
- (void)hide;
```
## 效果图
