Skip to content

Commit

Permalink
Actually set delegate
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Nov 23, 2023
1 parent 1c99aa5 commit 1f79ed2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import UIKit
}

let controller = PaywallViewController(displayCloseButton: true)
controller.delegate = self
controller.modalPresentationStyle = .pageSheet

rootController.present(controller, animated: true)
Expand Down

0 comments on commit 1f79ed2

Please sign in to comment.