I work on a swift application that allows to take a picture and embeds some text on it (for example: the current date). I have some labels (containing the current date, for example) appearing on the screen when I take my picture.
Thanks to this topic, I succeeded at embedding my text on my UIImage. Now, when I load my image in another ViewController, I want to permit the user to move the text with his finger on the image and to change its color, so I need to get back the control on my block of text. How can I do it ? Can somebody please give me some help ?
I think there might be some clue in the Ray Wenderlich tutorial.