iOS: Appending an uneditable string to the end of a UITextView
I would like to reproduce a screen similar to the Facebook "Update Status" view in iOS. (This text should be editable) Walking (Anything past here should not be editable) - at South Narrabeen Beach The user should be able to enter/edit text to the left of the appended string. The appended string will need to wrap within its parent and be clickable. Does anyone know how this is done? (I have recently seen it in the Viddy app as well). Could it be a growing UITextField with a UIAttributedString split over 2 lines that updates its frame as the text is entered? Update: It looks like what you want