Posts
All the articles I've posted.
-
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.
-
Implementing image comparison view in 20 minutes
Did you ever see image split available in Kaleidoscope? It's really easy to implement similar one in iOS with some CoreAnimation code.
-
iOS App Architecture, Part 2: Data parsing
Last time we set our project, this time we look at how we could create a simple yet flexible architecture for our model layer.
-
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.
-
7 most common code issues
What are top 7 most common issues I find doing Code Reviews? It makes me think that you didn't learn how to use version control and tagging, why the hell do...