Display edited NSString in order
问题 I have been working on this for a few days with help from this great community. I have a NSArray that I need to edit NSStrings within. I have managed to detect a marker in the string and make it bold. However now I am trying to display the strings in the order that they are within the NSArray whilst maintaining the Bold that was added to the specific strings. I can display the individual Bold String ' string ' but I need it to be in order that it is within the array. I know of