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.
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.
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
You can use these controls for this :
uibubbletableview
bubblethingie