views:

1020

answers:

2

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.

Thanks for answering

+19  A: 

That's a general programming notation not specific to Objective-C (i.e. Hungarian Notation) and the "k" stands for "constant".

Marc Novakowski
I prefer my spelling of it, but of course your answer is just as correct. :-)
Chris Jester-Young
+6  A: 

I would presume it means "konstant". :-)

Chris Jester-Young
Actually, it’s koefficient. Old mathematical tradition. :-)
Ahruman
More likely Koeffizient, the German spelling.
Nathan de Vries