Progressive Disclosure in Swift

In his excellent interview with the Accidental Tech Podcast, Chris Lattner defended the goal of Swift being suitable to both beginner and advanced programmers. He cites progressive disclosure, a design philosophy that is often employed in GUI applications…

Similar

Swift General Task Cheatsheet

Links: 1. Get length of String 2. Split String into Array 3. Enumerate enum 4. Convert Int to String 5. Convert String to Int 6. Sort object array by value 7. Sort dictionary by value 8. Sort dictionary by key 9. Check if array contains ... (more…)

Read more »