nicklockwood / FXForms

[DEPRECATED]
Other
2.93k stars 339 forks source link

suggestion: making the docs more helpful #273

Open wdcurry opened 9 years ago

wdcurry commented 9 years ago

Awesome efforts, and this suggestion is only to help, but all the repetitive definitions of string'd values like: "static NSString *const FXFormFieldSegue = @"segue";" might be made far more useful if instead each type was shown in a brief example. Given then are constant'd anyway, we don't actually need to know the string'd value. I'd far rather see the segue example from real code rather than this definition of the constant's value... ;) cheers!

nicklockwood commented 9 years ago

You need the string value if you are using it in a JSON file. Fair point about example usage though.

wdcurry commented 9 years ago

thanks my friend, and again, awesome job.