Git Product home page Git Product logo

survey's Introduction

Survey 2.0

Survey is a library to simplify the process of creating and validating forms. This library is loosely based on CoreData and Django forms.

Coming.

A more full featured README with some amazing examples and super uses of Survey. But for now you can venture over to Survey page where you view the docs for Survey.

If you need me

License

Read LICENSE file for more info.

survey's People

Contributors

jlalvarez18 avatar robinkunde avatar wess avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

survey's Issues

SurveyModelForm not included in the Survey 0.1.0 CocoaPod

Hi Wess,
I've installed Survey as a CocoaPod, I'm working through the example code in the Readme. I've noticed that SurveyModelForm is missing from the 0.1.0 CocoaPod . I've attached a screenshot from xcode below. Thanks for a great project.

Survey
Thanks,
Patrick

How to run

How do I run this xcode project in xcode.app, it is disabled - thanks

Survey 3.0 โ€” Deficiency invoking behaviour on return key press in last field

In the last field of a form, let's say a password field on a login form, you may want to do something (make a network request to validate a user's credentials) when they hit the return key in the keyboard instead of requiring them press an external button in a navigation bar or in your footer or some other place.

Survey 3.0 has a problem here with the class methods used to set up the fields, in so far as the block passed in lacks access to the instance of the form, so we can't gather all the contents of all fields (i.e., username and password) to send to the server at that time.

I suggest that the on return block should also take in an instance of the form, which Survey can pass in at the time the return key is pressed. This should give us enough access to all the pieces of data to carry out this action at the time the user hits that button.

Example project: Blank submission form causes crash

Crashes with the error:
2012-10-16 09:37:02.978 SurveyExample[57265:c07] * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[NSRegularExpression enumerateMatchesInString:options:range:usingBlock:]: nil argument'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.