Make PanModalPresentationController subclassable (#60)

This commit is contained in:
Guillian Balisi 2019-10-22 14:10:43 -04:00 committed by Stephen Sowole
parent 5c1d8c49a7
commit d6b4ba3d05
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import UIKit
By conforming to the PanModalPresentable protocol & overriding values
the presented view can define its layout configuration & presentation.
*/
public class PanModalPresentationController: UIPresentationController {
open class PanModalPresentationController: UIPresentationController {
/**
Enum representing the possible presentation states