openweathermap-ios
openweathermap-ios copied to clipboard
Weather, everybody wants to know how it is going to be during the week. Will it be rainy, windy, or sunny? Luckily for us, in the information age, there are open APIs to retrieve information about it.
am i doing something wrong? if i start the app or look at the code, the app is nearly empty and there are no screens or viewcontrollers like shown in...
Initial implementation of exploring the weather forecast with request from the server forecast. The image shows the result of the request. ![Simulator Screen Shot - iPhone 8 - 2020-03-31 at...
- **_First_** This PR depends from https://github.com/lucasmontano/openweathermap-ios/pull/13 - Change **MapViewController.swift** to preset BookmarkLocation View - Change **Main.storyboard** disabling _safe area_ - Adding BookmarkLocation View - Adding Class to draw Diagonal...
## This pull request includes - It's adding testing module to project. - The structure of bookmark location model and manager. Feat: #13
## Create button Bookmark a location Create action button to bookmark location. ## Where go we save that data? Well, I think should be to save this data on device...
Following the iOS community standards for indentation / code Style