Sumi-Interactive / SIAlertView

An UIAlertView replacement with block syntax and fancy transition styles.
MIT License
2.51k stars 424 forks source link

add textfield support #25

Open filipengberg opened 11 years ago

filipengberg commented 11 years ago

resolves #20 resolves #24

Enable a textfield by setting:

alertViewStyle = SIAlertViewStylePlainTextInput;

Retrieve the entered text in your callback with the inputText property

Needs some more work to be able to style the textfield, though UITextField seems to have no UIAppearance support. Maybe a solution would be to expose the textfield to make it configurable from outside?

phranck commented 9 years ago

Oh... I really, really would like to see this feature merged with the master branch! (-: