IpHelper 0.1.0

IpHelper 0.1.0

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

Maintained by Giordano Scalzo.



IpHelper 0.1.0

Description

IpHelper is a nanoFramework to get the IP address programmatically in a iOS/OSX app.

Usage

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

NSLog(@"%@", [IpHelper ipAddressIPV4:YES]);
NSLog(@"%@", [IpHelper ipAddressIPV4:NO]);
NSLog(@"%@", [IpHelper ipAddresses]);

Installation

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

pod "IpHelper"

Credits

Based on the code of David H in this Stack Overflow question

Author

giordano scalzo, [email protected]

License

IpHelper is available under the MIT license. See the LICENSE file for more info.