The Monty-Hall-Problem is a very confusing probability problem. Instead of doing mathematics, we will experiment on a Swift playground.
Month: September 2015
NSURL and NSURLComponents
NSURL and NSURLComponents are classes for handling URLs (Uniform Resource Locator). In this post we discuss the most important features of these classes.
Swift 2.0: API Availability Checking
Swift is all about safety. With the introduction of the automatic API availability checking in Swift 2.0, there is another great new feature that makes your apps more stable.
tvOS Development
Just a week ago Apple introduced tvOS, which is a completely new platform in the Apple universe. And as an iOS developer, you will love tvOS development.
Hard-to-Reproduce Bugs
Sometimes you encounter bugs that are very hard to reproduce. In this post we discuss the two most common reasons for this kind of bug.
Should You Use Objective-C or Swift?
At the moment Apple has two major programming languages. So should you use Objective-C or Swift?
Swift: Generics
Objective-C lacks one very important feature: Generics. Luckily, Swift has this feature. Generics enable you to declare functions, classes and structs that work with different types.
Monthly Review: August 2015
Blog posts about iOS development in August 2015.