Commit Graph

10 Commits

Author SHA1 Message Date
Jonah Williams 9b34d138b7 `ValidationError` inherits from `NSObject`
`ValidationError` is now an `NSObject` subclass so that `ValidationDelegate` can declare an argument of type `UITextField:ValidationError`. When `ValidationError` is a Swift only class we get a compile error (in Xcode Version 7.0 GM (7A218)):

> Validator.swift:14:10: Method cannot be a member of an @objc protocol because the type of the parameter cannot be represented in Objective-C

Conflicts:
	Validator/ValidationError.swift
2015-09-10 17:11:59 -07:00
Cameron McCord cc0089d901 Changed to passing in transform functions for your text fields 2015-05-06 11:31:49 -06:00
Jeff Potter 9c4ee432c2 refactoring and adding regexrule as super class 2015-04-04 00:08:07 -06:00
Byron Mackay a0fa3baf5a Copyright fixes 2015-04-03 14:27:35 -06:00
Byron Mackay 274556a578 Minor style changes 2015-04-03 14:26:51 -06:00
alejandro soto b216f7b411 podspec updated and more updates 2015-03-30 20:54:26 -06:00
alejandro soto 56bd39702c public modifiers for classes, initializers, methods.. 2015-03-30 20:02:46 -06:00
Jeff Potter abc729aeac Changing to version 2 2015-03-06 14:59:06 -07:00
Jeff Potter 624357ff4d sort of crappy demo 2014-11-26 00:32:35 -07:00
Jeff Potter 1288c10568 updating readme 2014-11-20 12:59:03 -07:00