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

Frameworks and Swift

Hi. I'm new to IOS development. I want to know more about frameworks in IOS development and what they're used for. I do have a little bit of web development background so please try to use web dev. for examples. For example there are JavaScript frameworks such as AngularJS and whatnot. Thanks

1 Answer

Michael Hulet
Michael Hulet
47,912 Points

Frameworks in Swift are exactly the same concept as frameworks in JavaScript. They're a collection of useful code to make it easier for you to get stuff done faster. For example, you know how Angular is meant to help you build UIs faster and better? So are frameworks like UIKit and PureLayout on iOS. Same concept, different language