You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+

0 commit comments