JPFPSStatus
JPFPSStatus copied to clipboard
disappear when change window's rootViewController
JPFPSStatus will disappear when change window's rootViewController?
yes,because i add label at rootVC,
[[((NSObject *)([UIApplication sharedApplication].delegate)) window].rootViewController.view addSubview:fpsLabel];
sorry,I will try to solve the problem.
is it possible to add subView at window?