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

Dialog doesn't resize/move on rotation change #12

Open
swilson opened this issue Mar 19, 2022 · 1 comment
Open

Dialog doesn't resize/move on rotation change #12

swilson opened this issue Mar 19, 2022 · 1 comment

Comments

@swilson
Copy link

swilson commented Mar 19, 2022

iOS 15.2, SwiftyAlertView 2.2.1

Video: https://drive.google.com/file/d/1-Y_lpZSH39TXKmfMTzS9Lv5zh0tAsXCH/view?usp=sharing

Sample code:

import SwiftUI
import SwiftAlertView

struct ContentView: View {
    var body: some View {
        Button {
            SwiftAlertView.show(title: "Title", message: "Message", buttonTitles: "Cancel", "OK")
        } label: {
            Text("hit me")
        }
    }
}

@swanfly
Copy link

swanfly commented Jun 10, 2022

you can resize alert by yourself

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