Posts
All the articles I've posted.
-
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`
-
From Good to Great: Enhancing Developer Experience for Maximum Team Performance
As software engineers, we're always looking for ways to optimize our processes and improve the quality of our work. But have you ever stopped to consider...