Swift Journal: Day One

Swift Journal: Day One

Learning a language is sometimes confusing I decided to jump right into Swift without doing any research into the writing done over the past month so that my opinions were not colored. My background is in the C/C++ and, lately, Objective-C of which I’ve become...

Beautify Your Objective-C Code

Uncrustify is an open source code formatting tool for various languages including C, C++ and C#. It can also be used to format Objective-C code. Uncrustify offers a large number of fine-grained options for code formatting that can be somewhat daunting to set up. The...