Skip to content

Commit 37d0995

Browse files
committed
Updated readme with a description and screenshot.
1 parent 17d9e0b commit 37d0995

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
kvc-validation-pattern
1+
KVC Validation Pattern
22
======================
33

4-
An iOS app demonstrating a KVC-based validation pattern.
4+
This app is the sample app for _iOS Property Validation Built on KVC_: http://blogs.captechconsulting.com/blog/john-szumski/ios-property-validation-built-kvc.
5+
6+
The app implements a gas price comparison app that relies on crowd-sourced data in the same vein as GasBuddy or other similar services. We chose this scenario because of the inherent unpredictability of user-generated data that makes validation an essential piece of the app. The app includes five stubbed out JSON responses that have various changes in the data that should be handled by the app.
7+
8+
![Screenshot of Response A](http://blogs.captechconsulting.com/index.php?q=image/view/2450)

0 commit comments

Comments
 (0)