Why do constants in all examples I\'ve seen always start with k? And should I #define constants in header or .m file?
I\'m new to Objective C, and I don\'t know C. I
Current recommendations from Apple for naming constants don't include the 'k' prefix, but many organizations adopted that convention and still use it, so you still see it quite a lot.