Posts
All the articles I've posted.
-
Programmers bad habits
We evolve and change our habits, probably many times every few years. Your code style changes, your approach to writing code in general.
-
Drawing smooth lines with cocos2d ios inspired by Paper
You’ve probably seen Paper, the app is pretty cool and the drawings look really nice and smooth.
-
Automatic removal of NSNotificationCenter or KVO observers
Observer pattern is common on iOS platform, you use observers in NSNotificationCenter and in Key Value Observing.
-
How to check if user touched anything in your ios app
So you want to know when user is interacting with your app and you don’t really care which screen is he using or what is he doing.
-
Using UIGestureRecognizers in cocos2d
cocos2d is one of the best gaming framework I’ve seen, but it doesn’t use UIKit.
-
iOS Developer Tips
LLDB provides several commands to inspect variables during a debug session. Two most common of these commands are `frame variable` and `po`