I was wondering if it was possible to hide a particular word or expression from the text in a UITextView. If for example:
UITextView* txt = @"hello how are you"
Is there any way to hide the "you" so that it is not visible to the user (considering that the user can't edit the txt, but is still part of the text, so that I can do txt.text to get the ehole string ?