CodFis-Helper 0.1.3

CodFis-Helper 0.1.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2016

Maintained by Giuseppe Nucifora.



  • By
  • Giuseppe Nucifora

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

CodFis-Helper is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'CodFis-Helper' , :git => 'https://github.com/giuseppenucifora/CodFis-Helper.git'

OR

pod 'CodFis-Helper'

Usage

CodFis_Helper *helper = [[CodFis_Helper alloc] init];

[helper setSurname:@"Rossi"];

[helper setName:@"Mario"];

[helper setBirthDay:15];

[helper setBirthMonth:11];

[helper setBirthYear:83];

[helper setGender:Gender_Man];

[helper setState:Italy];

[helper setPlace:@"Milano"];

CodFisResponse *response = [helper calculate];

NSLog(@"%@",[response responseError]);

NSLog(@"%@",[response response]);

Author

Giuseppe Nucifora, [email protected]

License

CodFis-Helper is available under the MIT license. See the LICENSE file for more info.