UIImage inside a UITextField

2019-08-07 06:55发布

问题:

How can i place an image inside a UITextField like in iMessages or Kik?

Do i need to make a UIView with a UITextInput / UITextField and add a UIImageView as a subview?

I really don't know how to approach it.

回答1:

Yes, you will have to make a UIView and add imageView as its subview.You can also use alternatives given here https://www.cocoacontrols.com/search?utf8=%E2%9C%93&q=chat



回答2:

You can use these controls for this :

  1. uibubbletableview

  2. bubblethingie