naoyashiga/RPModalGestureTransition

View size

Opened this issue · 2 comments

@naoyashiga How can I change the size of the view that pops up? To make it almost fill the whole screen?

https://github.com/naoyashiga/RPModalGestureTransition/blob/master/RPModalGestureTransition/BackgroundPresentationController.swift#L11

struct ModalSizeRatio {
    static let width: CGFloat = 1.0
    static let height: CGFloat = 1.0
}

Please try! 🙏

@naoyashiga Worked! Thanks 😃