Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Weather App with Swift (Retired) Displaying Our Weather Data The End!

Bruno Paes Leme
Bruno Paes Leme
1,796 Points

Creating a Weather app with my own API

Hi,

I have completed the swift course track. Now, I am trying to build my own weather app using a different API. I am facing difficulties in getting the values to work together. I have done everything correctly so far, only when I try to retrieve the information it does not work. The values in the API are Strings, and I need to transform them into Integers. Another issue is, how would I access the dictionary values outside the method; so that I can implement graphs/chart interfaces.

Thank you