I am creating a notes application in which user can add any number of text views and the views will have borders (like image below) so that a user can resize it.
I am thinking to create a UIBezierPath, but I don't know how to add gesture recognizers on UIBezierPath.