Tag: others
All the articles with the tag "others".
-
Little things that can make your life easier in 2016
As we are closing this year, let's take a look at few simple things you can add to your iOS developer toolbox to make your life easier and be more...
-
Tips for Interface Builder
Young developers are happy when they write a lot of code, they like to brag about that project that has tens of thousands lines of code they wrote.
-
Improving development speed
I wrote a blogpost about improving iteration speed and why code injection is awesome when you work on small changes.
-
Implementing observable in Swift
KVO has been integral part of Cocoa programming, yet it's not available for pure Swift classes. Is there a way to implement your own implementation of...
-
Behaviours and Xcode 6
Last time I've written about Behaviours in objc.io Architecture Series.
-
Refactoring tricks
I believe in boy scout rule: *'Always leave the campground cleaner than you found it.'*, that's why I constantly refactor my code so it's clean and tidy.