Possible Duplicate:
Border around UITextView
I want to create a border around the text in a UITextView. I was able to accomplish this by creating 8 separate UITextViews and offsetting them to the 8 pixels around the center text. This looks really nice, but inputting text is severely slowed since the view has to update 9 transparent UITextViews simultaneously every time the user types something!
Is there a cleaner/faster way of accomplishing this? The effect I want is similar to photoshops 'stroke' modifier.