Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add textfield support #25

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

filipengberg
Copy link
Contributor

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
Copy link

phranck commented Dec 1, 2014

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

@mythodeia mythodeia mentioned this pull request Apr 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Input Textfield Add support for text fields in the alert
2 participants