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 trialTessa Thomas
2,884 PointsConnecting Airtable database to iOS app
Hi I'm wondering what the best course or courses would be to help me understand how I can connect a previously created Airtable database to a new iOS app that I'm building, I"m assuming I need to use the Airtable API? Any guidance would be helpful, thanks!
1 Answer
Luke Maslany
3,558 PointsLooks like you'll be using JSON with the Airtable API.
Do you have any prior experience writing apps for iOS? Are you planning to write the app in Xcode? Will you be using Swift?
Assuming some familiarity with Swift, and the Xcode IDE, you might try: https://teamtreehouse.com/library/build-a-weather-app-5
Tessa Thomas
2,884 PointsTessa Thomas
2,884 PointsThanks Luke!
I've just completed the iOS development track, so not a ton of experience, but familiarity with Swift and XcodeβI'll take a look at that course. Thanks again!