VMWeather:一个演示应用程序,展示了在 iOS 上使用 MVVM 的实现

时间:2024-07-09 11:30:14
【文件属性】:

文件名称:VMWeather:一个演示应用程序,展示了在 iOS 上使用 MVVM 的实现

文件大小:28KB

文件格式:ZIP

更新时间:2024-07-09 11:30:14

Objective-C

虚拟天气 这是一个演示应用程序,演示了 iOS 开发的模型-视图-视图模型 (MVVM) 模式。 该应用程序最初是作为 2015 年 3 月 12 日在聚会上的演讲而。 建造 克隆存储库并运行: pod install 您需要一个用于的 API 密钥,该密钥可免费使用。 获得密钥后,创建一个文件path/to/repo/VMWeather/Secrets.h ,如下所示: // Secrets.h # define FORECAST_IO_API_KEY @ " your-secret-key-here "


【文件预览】:
VMWeather-master
----Podfile.lock(994B)
----VMWeather()
--------ViewModels()
--------Info.plist(1KB)
--------main.m(346B)
--------Controllers()
--------Models()
--------Base.lproj()
--------Images.xcassets()
--------AppDelegate.h(289B)
--------ViewControllers()
--------AppDelegate.m(2KB)
----Podfile(109B)
----README.md(603B)
----VMWeatherTests()
--------VMWeatherTests.m(877B)
--------Info.plist(751B)
----.gitignore(69B)
----VMWeather.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(24KB)

网友评论