I have a view as below. Which have dynamic image whose height can vary and the text on right side of image and below the image. Both text should come as paragraph as we see in textbook. So what is best approach to achieve this. Is it possible to have both paragraph in implementing with one UILabel
?
Asked
Active
Viewed 16 times
0

Sanoj Kashyap
- 5,020
- 4
- 49
- 75
-
why not using `UITextView` for the paragraphs and let Autolayout do the work – Alaeddine Jul 14 '15 at 18:09
-
I must use one UITextView. how would it possible to rendered text in continued below Image and right hand side? – Sanoj Kashyap Jul 14 '15 at 18:14
-
What about using a `UIWebView` because it looks like `float` effect in `CSS` – Alaeddine Jul 14 '15 at 18:30
-
No,can't use webview, this question asked me in interview so wondering the answer around that question. – Sanoj Kashyap Jul 15 '15 at 03:59