CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Christoffer Winterkvist, Elvis Nuñez.
Makes validating Norwegian account numbers easy as pie
if ([HYPNorwegianAccountNumber validateWithString:@"xxxxxxxxxxx"]) {
NSLog(@"$$$");
}HYPNorwegianAccountNumber *accountNumber;
accountNumber = [[HYPNorwegianAccountNumber alloc] initWithString:@"xxxxxxxxxxx"];
if (accountNumber.isValid) {
NSLog(@"$$$");
}git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)Hyper made this. We're a digital communications agency with a passion for good code, and if you're using this library we probably want to hire you.
HYPNorwegianAccountNumber is available under the MIT license. See the LICENSE file for more info.