-
Notifications
You must be signed in to change notification settings - Fork 96
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
swift 5.1 and Xcode 11 fixes #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea this is what I was boutta do, good job, this should be approved
still one warning: for |
@QuantumThom extra question, is it possible to handle click outside of the menu to toggle it? Bonus question: will be perfect if I can add ability to slide menu back by holding it. |
did a "dismissal trick" by putting
under |
for the statusBarHeight issue: 'statusBarFrame' was deprecated in iOS 13.0: // let statusBarHeight = UIApplication.shared.statusBarFrame.height let window = UIApplication.shared.windows.filter {$0.isKeyWindow}.first |
@michaelmorehead thank you, used your snippet as extra commit. |
@theromis Thanks for the update! Great work :) |
No description provided.