I am creating a paint app in Xcode using swift. I can make the painting functionality work but I now need the user to also be able to add text. The goal is to allow the user to be able to tap on a "T" button and then to tap anywhere on the screen to make a text box appear which they can put text into. Ideally, they should also be able to reposition and delete this text box too.
Does anyone have any clue as to how I can go about this?
I'm completely stuck and cannot find any information online currently.