How to put a resizable circle in a image app

Hello!

please help
I want to add a button to my app in swift that adds a circle and that the user can position it only in the image view part and that he can resize it if he wants, do you know how could i do that?

Why use an image view?

This can be done with the UIImagePicker when first choosing the image from the photo library.

That can be a place to start, I’m not completely sure about how to do what you’re asking though.

the thing is i already can pick an image, and put it in a image view, i want to modify it, i know how to draw now but it draws in all the view, i can’t just draw it in a specific area, that is my issue now :slightly_frowning_face: