SwiftLanguageWeather
SwiftLanguageWeather copied to clipboard
Swift Language Weather is an iOS weather app developed in Swift 4.
mkdir -p /Users/admin/Library/Developer/Xcode/DerivedData/SwiftWeather-alwclfhptqhdecgwwmjsnbhkpwzh/Build/Products/Debug-iphoneos/SwiftWeather.app/Frameworks rsync --delete -av --filter P .*.?????? --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules"...
Codable
Added codable classes and changed json parsing to swift Codable, Now we can remove SwiftyJson Pod.
Upgrade to use Xcode 10
I received an email from *Swift Weather Company*. They said they are the owner of U.S. Trademark Registration No. 4175355 for the mark SWIFT WEATHER. And the open source project...
When stopped at the interface asking for WhenInUseAuthorization long enough, the app will not work until relaunch. I think the problem is caused by this func in LocationService.swift: ``` func...
If you have temperature in F and use iPhone 5 or 4s, in portrait mode temperature is partially cut. you might set minimum font size to scale down temperature label...
Run the app with location London and compare the result with: https://www.google.de/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=weather+london and http://openweathermap.org/city/2643743 The results differ a lot.