You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SwiftWeather is an iOS weather app developed in Swift 4. The app has been actively upgrading to adopt the latest features of iOS and Swift language.
7
+
**SwiftWeather** has renamed to **Swift Language Weather**. Because this repo is ranked number one in Google when we search "Swift Weather", I got an email from Swift Weather Company's lawyer to ask me to change the name because they said they are the owner of U.S. Trademark SWIFT WEATHER. After discussed with them, they were not happy with the name Swift**y**Weather. Now the new project name is **Swift Language Weather**. More details can be found on [Issue: Open source project using a registered trademark](https://github.com/JakeLin/SwiftWeather/issues/65).
8
+
9
+
**Swift Language Weather** is an iOS weather app developed in Swift 4. The app has been actively upgrading to adopt the latest features of iOS and Swift language.
8
10
9
11
## Notices
10
-
The current version is working with Xcode Version 9. If you are using different Xcode version, please check out the previous releases.
12
+
The current version is working with Xcode Version Xcode 9.1 (9B55). If you are using different Xcode version, please check out the previous releases.
11
13
12
14
## Version 4
13
15
This version has been upgraded to support iOS 10+ only using Swift 4.
14
16
15
-
There is three major version for the app released before.
17
+
There is three major version of the app released before.
16
18
17
19
* V1.0 - Support iOS 7+ using CocoaPods and AFNetworking. [README.v1.md](https://github.com/JakeLin/SwiftWeather/blob/master/README.v1.md) and [Release V1 - Using CocoaPods and AFNetworking](https://github.com/JakeLin/SwiftWeather/releases/tag/V1)
18
20
* V2.0 - Support iOS 8+ using Carthage, Alamofire, and SwiftyJSON. [README.v2.md](https://github.com/JakeLin/SwiftWeather/blob/master/README.v2.md) and [Release V2.0](https://github.com/JakeLin/SwiftWeather/releases/tag/v2.0)
@@ -24,8 +26,8 @@ There is three major version for the app released before.
24
26
25
27
26
28
## Features
27
-
* Swift Programming Language - fully upgraded to version 2
28
-
* Designdriven development - [Sketch design file ](https://raw.githubusercontent.com/JakeLin/SwiftWeather/master/Design/SwiftWeather.sketch)
29
+
* Swift Programming Language
30
+
* Design-driven development - [Sketch design file ](https://raw.githubusercontent.com/JakeLin/SwiftWeather/master/Design/SwiftWeather.sketch)
* MVVM - Reactively update `ViewController` UI from `ViewModel`
49
-
* Protocol-Oriented Programming - Still learning though and finding the best practice of that.
50
-
* Valuebased programming - Use imutable value anywhere.
51
+
* Protocol-Oriented Programming - We use Protocol-Oriented Programming in [IBAnimatable open source project](https://github.com/IBAnimatable/IBAnimatable).
52
+
* Value-based programming - Use immutable value anywhere.
51
53
* Icon fonts - Use [Weather Icons](https://erikflowers.github.io/weather-icons/)
0 commit comments