Concatenating strings and ints seems like a real chore in Objective C. I'm new to the language, so can someone help me with a sort of general purpose function that I can plug into my project and simplify this and not require a lot of typing (where other languages could just use a +)?
Thanks very much!