I am trying to create uitextview' text as a mask for background image so that I can color text dynamically with respect to the image behind. I can make that thing through the design application by converting text into outline paths and use it as a mask to the background image. Here is the link for a sample text
However fail to do that in iOS, as I need to convert textview text into path which is somewhat very problematic for me.
I would be happy if someone at least show me the general way to do that.
Thanks