UIImage inside a UITextField

*爱你&永不变心* 提交于 2019-12-11 10:39:00

问题


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



来源:https://stackoverflow.com/questions/19019326/uiimage-inside-a-uitextfield

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!