Posts
All the articles I've posted.
-
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...
-
iOS App Architecture, Part 1: Setting up
This will be subjective look at creating iOS app, first part will focus on basics like project setup, folder structure, version control and some quality...