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 Swift 2.0 Basics Swift Types Strings

WhatisanAPI?

Use & Purpose of API ???

I found it using google search :) http://readwrite.com/2013/09/19/api-defined/

3 Answers

The meaning of API is no different in iOS than any other environment. It's a generic term referring to the published means by which one can access or use a resource in a computer program...

Source: https://discussions.apple.com/thread/2776189?start=0&tstart=0

Hope that helps!

Thanks guys

no problem. Hit best answer so other people know what an API is and that this has been answered!

Application Programming Interface (API) is an interface between two separate software system talking to each other. Find more on http://www.guru99.com/api-testing.html for basic understanding in a simple way.