Tagged Questions
5
votes
2answers
1k views
Do people use const a lot when programming in Objective C?
Related: “sending 'const NSString *' to parameter of type 'NSString *' discards qualifiers” warning
Sometimes, I think it's useful though. I may need to pass an a table and want to make sure that the ...