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

Type 'UIWindow.Level' (aka 'CGFloat') has no member 'statusBar' #11

Open
djaygit opened this issue Jan 3, 2019 · 1 comment
Open

Type 'UIWindow.Level' (aka 'CGFloat') has no member 'statusBar' #11

djaygit opened this issue Jan 3, 2019 · 1 comment

Comments

@djaygit
Copy link

djaygit commented Jan 3, 2019

Xcode Version 10.1 (10B61), swift 4.2,
Using BPStatusBarAlert (0.1.6)
Line 186.

@ppth0608
Copy link
Owner

ppth0608 commented Jan 7, 2019

Check out the iOS SDK version and the Swift version of the project.
You can check the sdk version by typing $> xcodebuild -showsdks on the terminal. Starting with Swift 4.2, the existing UIWindowLevelStatusBar has been changed to UIWindow.Level.statusBar.

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

2 participants