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

Using array of tuples instead of Dictionary for errors and validators. #48

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

Conversation

XBeg9
Copy link

@XBeg9 XBeg9 commented Jul 28, 2015

For example in my project I need to get correctly ordered errors. if my first textField failed, I can scroll to that text field easily by getting first element from array or I can show onscreen error easily.

Also possible solution is to use custom struct (Ordered dictionary): http://timekl.com/blog/2014/06/02/learning-swift-ordered-dictionaries/

What do you think?

@XBeg9
Copy link
Author

XBeg9 commented Sep 7, 2015

any updates?

@Sukarma33
Copy link

Do you have any updates based on the latest package?

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.

2 participants