View size
Opened this issue · 2 comments
Deleted user commented
@naoyashiga How can I change the size of the view that pops up? To make it almost fill the whole screen?
naoyashiga commented
struct ModalSizeRatio {
static let width: CGFloat = 1.0
static let height: CGFloat = 1.0
}
Please try! 🙏
Deleted user commented
@naoyashiga Worked! Thanks 😃