By ncipollina
via blogs.captechconsulting.com
Published: Mar 08 2013 / 17:10
This blog covers a technique for automatic property validation while using KVC in iOS. The default validation for KVC requires you to implement a method for every property you want to validate. It also requires you to manually call the validation method. This blog post provides a way to make this all happen automatically.
Add your comment