Included TransformerKit for easier NSValueTransformer generation

Date picking for expiry dates now works
This commit is contained in:
michael starke
2014-03-17 18:09:58 +01:00
parent 51a59d73c6
commit 00da9013a8
29 changed files with 282 additions and 203 deletions

View File

@@ -32,4 +32,8 @@
return YES;
}
- (BOOL)resignFirstResponder {
return [super resignFirstResponder];
}
@end