Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance: REFrostedViewControllerUIKitIsFlatMode is NO when it should be YES #161

Open
imagine opened this issue Jan 28, 2016 · 0 comments

Comments

@imagine
Copy link

imagine commented Jan 28, 2016

REFrostedViewControllerUIKitIsFlatMode is NO, even on iOS 9, if REFrostedViewController is the main storyboard's root view controller.

UIApplication.sharedApplication.keyWindow is nil at this time, so it goes into
[[UIWindow new] performSelector:@selector(tintColor)] != nil
However, tintColor is nil at this time, regardless of appearance settings, because the app delegate hasn't yet been instantiated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant