Skip to content

2.1.0

Compare
Choose a tag to compare
@pmusolino pmusolino released this 18 Jan 12:02
· 54 commits to master since this release

PMAlertController now supports Text Fields! 🎊

Add a text field is really simple

alertVC.addTextField { (textField) in
            textField?.placeholder = "Location..."
        }

References:
#27
#34