TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Aug 2016 |
Maintained by Felix Lin.
This library provides manage multi-domain table.
It provides:
[
{"mainDomainName":"www.mainDomain.com","mapping":["www.domain1.com","www.domain2.com","www.domain3.com"]}
,
{"mainDomainName":"www.mainDomain2.com","mapping":["www.domain4.com","www.domain5.com","www.domain6.com"]}
]
[Domainer setMapper:jsonArray];
[Domainer runWithCompleteHandler:^(BOOL sucess, NSArray *noResolvedDomain) {
if(sucess){
//Start query some api...
};
}];
To run the example project, clone the repo, and run pod install
from the Example directory first.
Domainer is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Domainer"
Domainer is available under the MIT license. See the LICENSE file for more info.