Skip to content

Commit

Permalink
Allow objective-c classes to access gravityDismissAnimation and dismi…
Browse files Browse the repository at this point in the history
…ssWithBackgroundTouch
  • Loading branch information
josecostamartins committed Aug 24, 2018
1 parent 409f2d8 commit d65e1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/PMAlertController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ import UIKit

open var textFields: [UITextField] = []

open var gravityDismissAnimation = true
open var dismissWithBackgroudTouch = false // enable touch background to dismiss. Off by default.
@objc open var gravityDismissAnimation = true
@objc open var dismissWithBackgroudTouch = false // enable touch background to dismiss. Off by default.

//MARK: - Lifecycle

Expand Down

0 comments on commit d65e1e4

Please sign in to comment.