How to concatenate strings on the iPhone

Objective-C on the iPhone isn’t always the easiest of languages to get you head around. Somethings that are easy in other programming languages can be a bit more obscure.

One thing that I’ve done a lot in VB.Net is string manipulation. It’s easy, straightforward and very powerful!

The documentation around strings is thorough, but lacks enough examples [...]