Explore >> Select a destination


You are here

gcher.com
| | swiftrocks.com
17.3 parsecs away

Travel
| | We use API availability checks all the time, but have you wondered how the Swift compiler handles this? In this article, we'll take a deep dive on how the #availability condition works, how the Swift compiler is able to know if a specific symbol is available for usage and what the code you wrote looks like after being optimized.
| | swiftrocks.com
15.7 parsecs away

Travel
| | Even in apps written in full Swift, interfacing with Objective-C is still a very big part of iOS development. Many types and semantics from Objective-C are hidden underneath the code we write today, and understanding where they come from can help you make better code decisions and just better understand the platform in general. This time, we'll take a look at what NSCopying and its companion class NSZone are and what they can do for Swift apps.
| | swiftrocks.com
13.0 parsecs away

Travel
| | Hmmmm, how fast is this piece of code? Let's find out!
| | blog.alexbeals.com
109.1 parsecs away

Travel
| A developer license for Apple costs $100. Now, if you know that you wish to launch an app, that's pretty cheap to get access to all of the great resources and ability to push as many apps as you want onto the App Store. However, while you're still learning to program in Swift, this can be a large barrier to entry. Luckily, as long as your phone is jailbroken it's pretty easy to get around this requirement.