Oscar Costoya Vidal

Results 4 comments of Oscar Costoya Vidal

> @oscarcv > > The code doesn't work on iPad, do you know the reason? I have only tested it on iPhone. If you can make a basic project where...

From the tests I have performed the problem appears in the `addRoundedCorners` function of the `PanModalPresentationController` class. ```swift func addRoundedCorners(to view: UIView) { let radius = presentable?.cornerRadius ?? 0 let...

@Pato-Salazar https://github.com/slackhq/PanModal/pull/204

> for iPad it has an issue with your fix @oscarcv, any idea? @springfk If you provide me with a test app to reproduce the problem, I try to review...