Tag: others
All the articles with the tag "others".
-
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 Developer Tools
I probably spend too much money on apps, but I like to support other Developer's good ideas. I recently gave talk about tools I use and why.
-
Quick tip for Interface Builder
Do you use Interface Builder ? Even if you don’t like IB, read this short tip and referenced articles.
-
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.
-
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.