Make PanModalPresentationController subclassable (#60)
This commit is contained in:
parent
5c1d8c49a7
commit
d6b4ba3d05
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue