We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am using Floaty with the flowing configuration:
Floaty.global.button.buttonImage = image Floaty.global.button.buttonColor = backgroundColor Floaty.global.button.items = [] Floaty.global.button.addItem(closeButtonTitle, icon: closeButtonImage, handler: closeButtonAction) Floaty.global.button.isDraggable = true
When I'm trying to present a view controller with orientation like so:
UIDevice.current.set(orientation: .landscapeLeft) UIViewController.attemptRotationToDeviceOrientation()
And it's not working, But after removing Floaty It works fine. what can be the problem? and how it can be fixed? Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am using Floaty with the flowing configuration:
When I'm trying to present a view controller with orientation like so:
And it's not working, But after removing Floaty It works fine.
what can be the problem? and how it can be fixed?
Thanks
The text was updated successfully, but these errors were encountered: