Snapchat-like text on image

后端 未结 4 933
独厮守ぢ
独厮守ぢ 2021-02-06 13:51

I have been trying to implement a Snapchat-like edit text on an image. What I did so far is implement a UILabel in the center of the UIImageView and I added 3 gestures to this U

4条回答
  •  滥情空心
    2021-02-06 14:19

    I'm not sure if this is exactly what you're looking for (I've never used snapchat), but this could give you some ideas

    https://github.com/danielinoa/DIImageView

    I'm not sure this one has a pinch gesture, but I'm not entirely sure how you mean it to be used anyway.

    Here is a demo of that project: https://www.cocoacontrols.com/controls/diimageview

    In general, I recommend checking cocoacontrols every time you venture to implement something like this. There are usually solid examples to get you started, and sometimes, you'll find exactly what you need.

提交回复
热议问题