I draw the message bubble using UIBezierpath in uiview. I render the textview inside the bezier path. My problem is when I enter the text in textview I want to message bubble size dynamically increase but I cannot do that. how can resolve the issue.
I draw the message bubble using UIBezierpath in uiview. I render the textview inside
Share
You can resize the UIBezierpath relative to your UITextview frame size like this:
Hope that help!