adba / OpenWeatherMapAPI

iOS api classes for openweathermap.org
MIT License
256 stars 68 forks source link

getting temperature for dailyForecast method #10

Closed Ge0rges closed 10 years ago

Ge0rges commented 10 years ago

Currently I found that the method that returns a daily forecast for up to 14 days just displays the description of the weather i general on that day like: "Clear" or "Sunny".... While logging I found that temperature for that day is given in the xml but for some reason isn't given to us to be able to use it maybe it's my code I don't know... If you are wondering how I'm using the code just tell me and I can post it.