12 repository-uri
Playgrounds for mastering architecture, concurrency, and system-level programming.
Explore 12 awesome GitHub repositories matching part of an awesome list · Advanced Development Topics. Refine with filters or upvote what's useful.
Exploring Core Data through Swift playgrounds
Experimental environment for learning data persistence.
A playground showing how Swift makes Strings, Colors, Fonts, Images, etc easier to deal with.
Simplifies handling of assets like fonts, colors, and images.
Demonstration of using Swift Playgrounds in Test Driven Development with XCTest
Demonstrates test-driven development workflows using standard testing frameworks.
An introduction to Core Data you can test, use, change & code, all in just one Playground!
Introductory guide to modern data persistence techniques.
Clean & simple Swift networking stack playground
Example of a clean, modular networking architecture.
Swift playground with a micro web server that replies "Hello world!" to every request
Demonstrates socket programming by building a micro web server.
A micro domain-specific-language example for NSPredicate written in Swift.
Implementation of a domain-specific language.
A playground to learn regular expressions with Swift
Interactive guide to using regular expressions.
Swift KVO playground
Explores key-value observing patterns.
Tutorials on how to use swift NSDate or related classes. NSDate, NSDateFormatter, NSCalendar, NSDateComponents, NSDateComponentsFormatter, etc included.
Comprehensive guide to date and time manipulation.
Playground showing examples of using C with Swift. Based on the work of Mike Ash at NSSpain 2014.
Examples of interoperability between the language and C.
A playground illustrating the different ways to avoid retain cycles in swift.
Teaches techniques for avoiding memory leaks and retain cycles.