joggerplus / JPFPSStatus

Show FPS Status on StatusBar
MIT License
571 stars 64 forks source link

disappear when change window's rootViewController #4

Open litt1e-p opened 8 years ago

litt1e-p commented 8 years ago

JPFPSStatus will disappear when change window's rootViewController?

coderyi commented 8 years ago

yes,because i add label at rootVC,

    [[((NSObject  *)([UIApplication sharedApplication].delegate)) window].rootViewController.view addSubview:fpsLabel];

sorry,I will try to solve the problem.

litt1e-p commented 8 years ago

is it possible to add subView at window?