RRFPSBar icon indicating copy to clipboard operation
RRFPSBar copied to clipboard

Show FPS Bar instead of StatusBar on iOS

Results 6 RRFPSBar issues
Sort by recently updated
recently updated
newest added

https://github.com/RolandasRazma/RRFPSBar/blob/e2dd04d9f66c79acc38b28be5fa45598c2a1d672/RRFPSBar/RRFPSBar.m#L62 `@property(nonatomic,readonly) CGRect statusBarFrame __TVOS_PROHIBITED; // returns CGRectZero if the status bar is hidden ` `statusBarFrame ` returns CGRectZero if the status bar is hidden

![error](https://cloud.githubusercontent.com/assets/24536750/21561294/decff414-cea5-11e6-8c73-85c1baad6021.png)

I search it,bug version just 0.01. $ pod search RRFPSBar -> RRFPSBar (0.0.1) Shows a framerate graph in place of the status bar on iOS. pod 'RRFPSBar', '~> 0.0.1' -...

Thanks for putting RRFPSBar together! It's really going to help me gauge the scrolling performance of my collection view cells. It took me a while to figure out that the...

> 2015-10-21 02:35:04.691 sampleapp[23675:4053762] **\* Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Application windows are expected to have a root view controller at the end of application launch' >...

Only one red line on top of screen, no fps text, no graph line. Am I doing something wrong?