Swift-WeatherForecast is an weather iOS app developed in Swift 5 as test application that uses openweathermap.
- Xcode 9+
- iOS 10+
- Swift 5
- Swift 5 Programming Language
- Ability to choose from 6 different languages
- Ability to choose from metric or imperial units
- Core Location usage
- Settings saving to User Defaults
- Autolayout
- Clone the repository
$ git clone https://github.com/kotlyard/Swift-WeatherForecast.git
- Install pods
$ cd Swift-WeatherForecast
$ pod install
- Open the workspace in Xcode
$ open "lalafoTestApp.xcworkspace"
-
Compile and run the app in your simulator
-
If you see an error alert, please check "Simulator" -> "Debug" -> "Location" to change the location, or enable location when in use usage in device settings, if you accidently tapped "Deny".