https://github.com/prashuk/ios-getweather
https://github.com/prashuk/ios-getweather
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prashuk/ios-getweather
- Owner: prashuk
- Created: 2021-06-11T01:04:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T02:07:50.000Z (about 5 years ago)
- Last Synced: 2025-10-11T05:33:29.970Z (10 months ago)
- Language: Swift
- Size: 449 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GetWeather
Sample iPhone app to get the weather of city and as well the current location.
## Features
* Dark-mode enabled app with vector assets.
* Delegate pattern.
* URLSession to network and make HTTP requests.
* Grand Central Dispatch to fetch the main thread.
* Core Location to get the current location from the phone GPS.