问题
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 :
uibubbletableview
bubblethingie
来源:https://stackoverflow.com/questions/19019326/uiimage-inside-a-uitextfield