Skip to content

Commit

Permalink
Merge pull request #96 from Blog404DE/objc-compatibility-patch
Browse files Browse the repository at this point in the history
Make added Textfields accessible again from objc
  • Loading branch information
pmusolino authored Sep 7, 2020
2 parents d6a63c3 + 6379b58 commit c9cfea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/PMAlertController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import UIKit
open var ALERT_STACK_VIEW_HEIGHT : CGFloat = UIScreen.main.bounds.height < 568.0 ? 40 : 62 //if iphone 4 the stack_view_height is 40, else 62
var animator : UIDynamicAnimator?

open var textFields: [UITextField] = []
@objc open var textFields: [UITextField] = []

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

0 comments on commit c9cfea7

Please sign in to comment.