文件名称:AFWeather:获取天气预报从未如此简单
文件大小:153KB
文件格式:ZIP
更新时间:2024-03-21 12:18:10
Objective-C
AF天气 获取天气预报从未如此简单,它支持5种不同的服务。 它返回原始json,因此您可以轻松获取所需的数据。 ##安装 AFWeather在CocoaPods上可用,因此您可以通过将以下行添加到Podfile中来获取它: pod 'AFWeather', '~> 1.0' 如果您不使用CocoaPods,则必须将这些文件导入到您的项目中: AFWeather.h AFWeather.m ##支持的服务 | 服务名称| 地名/邮政编码| 座标| AF天气名称| | ---------- | ------- | ---------- || --------- | --------- ---- | | 世界天气在线| :check_mark_button: | :check_mark_button: | AFWeatherAPIWorldWeatherOnline | | 天气背景| :check_mark_button: | :prohibited: | AFWeatherAPIWeather地下| |
【文件预览】:
AFWeather-master
----.travis.yml(238B)
----AFWeather.h(1KB)
----AFWeather.m(8KB)
----Demo()
--------.DS_Store(6KB)
--------AFWeather-Demo()
--------AFWeather-DemoTests()
--------AFWeather-Demo.xcodeproj()
----LICENSE(1KB)
----preview.png(117KB)
----README.md(3KB)
----AFWeather.podspec(805B)