I need to insert a row into another row in a specific range. I know that there is a method appendingString, but I need to insert it into a given range in a string. thank
appendingString
NSMutableString insertString:atIndex: - this is what you are looking for.
NSMutableString insertString:atIndex:
More details here .