iOS Development
class init – Swift initializers pt. 2
Initializers in Swift cover a big topic. This is part 2 of 2 of my guide to initializers in Swift. This part is all about classes.
Initializers in Swift cover a big topic. This is part 2 of 2 of my guide to initializers in Swift. This part is all about classes.
The topic of initialization in Swift if very important. You come across it every day. It is not a hard topic at all but there are many types of initalizers. This is a no-nonsense, in-depth Read more…
There are new interesting events coming up and there are some new interesting utilities you might want to use in your workflow.
Chances are that you have used or at least have seen the lazykeyword used before. However, you have never stopped to think about what are the true capabilities of a lazy stored property. I want Read more…
This week was the ?10th anniversary of the iPhone OS SDK?. On March 6. 2008, Apple announced that they are going to allow 3rd party developers to use the same development tools as Apple does. Read more…