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

Added capability for additional text fields to be added to AlertViews #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

msec
Copy link

@msec msec commented Oct 10, 2013

Fixes #68: Added code to be able to handle multiple textfields in an alertview
simply by passing in placeholders for the desired textfields.
Placeholders should be blank (@"") if no placeholder is required.

An outlet has also been provided to be able to access the value in the
textfields from the block for the Done button.

There were a number of left over methods after these changes which I
could not see a use for, so I have removed them to avoid clutter /
unneccesary complexity

Added code to be able to handle multiple textfields in an alertview
simply by passing in placeholders for the desired textfields.
Placeholders should be blank (@"") if no placeholder is required.

An outlet has also been provided to be able to access the value in the
textfields from the block for the Done button.

There were a number of left over methods after these changes which I
could not see a use for, so I have removed them to avoid clutter /
unneccesary complexity
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.

No support for multiple textfields in the AlertView
1 participant