下载 WeatherSDK-mater 集成,
或
Podfile
要使用 CocoaPods 将 tianqijunLib 集成到您的 Xcode 项目中,请在 Podfile 中指定它
source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0'
target 'TargetName' do pod 'tianqijunLib' end
系统需求
iOS8.0+
示例代码
WETianqiController *controller = [[WETianqiController alloc] init]; [controller fetchWeatherDataLocationLat:43.8720870000 LocationLng:125.3247140000]; [self presentViewController:controller animated:YES completion:NULL];
许可证
WeatherSDK 在 MIT 许可下发布。有关详细信息,请参阅 LICENSE。