Posts
All the articles I've posted.
-
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.
-
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.