0

I want to add smily image in UITextview and also some text and then when i press send button all data from Textview i want to post.

Gaurav Thummar
  • 780
  • 1
  • 12
  • 22

2 Answers2

1

you could use a container view that will include your UIImageView for showing the image and UITextField for allowing to enter the text and UIButton button to grab the text.

The below is the approach ... which you can use.

 [myContainerView addSubview:myImageView];
 [myContainerView addSubview:myTextView];
 [self.view  addSubview:myContainerView];
Jhaliya - Praveen Sharma
  • 31,697
  • 9
  • 72
  • 76
1

Did you Try out this one when you EGOTextView rather than the UITextView... i have tried to search a lot for your answer but need some more time to get it done. in the mean while try that out.

medampudi
  • 399
  • 3
  • 15