Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Tuesday, May 1, 2012
Lower case "k” in Cocoa
I know this is a common convention, but what does the "k" in variable names signify? (i.e. kMaxImageViewSize) I looked in the Apple documentation on Variable names and found no mention of it.
That's a general programming notation not specific to Objective-C (i.e. Hungarian Notation) and the "k" stands for "constant".
ReplyDeleteI would presume it means "konstant". :-)
ReplyDelete