In Xcode you can add folders as groups or as folder references. So what are the differences between these two?
The 4 Most Important Things That Happened in iOS Development in 2015
2015 was a very interesting year for iOS developers. So let’s discuss the most important things that happened in iOS development in 2015.
Swift: Public Properties With Private Setters
In Swift you can easily create public properties with private setters. It makes your code much safer and shorter.
Top Ten Most Popular Posts Of 2015
The end of the year is a good time to look back, so I put together a list of the ten most popular posts of 2015. The ranking is based on the number of page views.
How To Disable ARC For Objective-C Files
In iOS development you are using ARC almost all of the time. However, sometimes you have to disable ARC for Objective-C files.
How To Solve A Difficult Problem As A Developer
As a developer you are dealing very often with problems that are difficult solve. Fortunately there are some tricks to solve a difficult problem.
Swift 3 And Beyond
On December 3, 2015, the Swift language was released as open source. It also involves a roadmap for Swift 3, which will be released in fall 2016.
The Pyramid Of Doom In Swift
If you are using a lot of nested indentations, your code becomes rapidly unclear – the pyramid of doom. You can avoid this by using the keyword guard.
11/15: The Best iOS Development Links
The best iOS development links from November 2015.
Swift: weak and unowned
With the keywords weak and unowned you can avoid so-called reference cycles. In this post we will discuss the differences between them.