Is there a way to set a UITextView within a custom shape that isn't a square. Basically I want the text to fit within a circle.
I managed to make a circle border around the text using this answer...
How to style UITextview to like Rounded Rect text field?
But the text stays within a square and any text under the border gets cut off.