ios - iOS中的天气应用程序信息

标签 ios weather-api

我们能否以编程方式从天气应用程序获取温度和其他信息等信息。我们在 IOS 中是否有任何框架,或者我们应该使用 GoogleYahoo 的 API。

最佳答案

iOS SDK 中没有任何内容直接内置,如果这是您的要求的话。

您需要使用来自 Google 或 Yahoo 或 Weather Underground (wunderground.com) 的 API,或者您可以使用人们公开或商业提供的第三方框架。

如果对你有帮助,here is a sample GitHub project that uses Wunderground API's .

关于ios - iOS中的天气应用程序信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21657435/

相关文章:

ios - 在 iOS 上使用 Alamofire 的 Twilio POST 请求

ios - 将带有分页的 UIScrollView 添加到现有的 UIViewController

ios - 给定源代码时如何在 iOS 应用程序中使用 import pod

javascript - Skycons 未显示

Java 从 URL 读取 JSON

iphone - EAGLView 到 UIImage 颜色转换问题

在 uiview 中具有超过 1 个 uitextfield 的 iOS 快速委托(delegate)

android - 如何从 Yahoo Weather 获取 5 天天气预报

node.js - 如何使用 Darksky API 中的 "Options"将温度从华氏度更改为摄氏度?

python - 导入错误: cannot import name Weather even though i had installed the weather-api