1

I am trying to achieve something like mentioned in the image below,

enter image description here

Here we have two components,

  1. UIImageView &

  2. UITextView

    Is there a way to wrap the text of UITextView to wrap around the UIImageView, using Autolayout?

Any help would be appreciated. Thanks in advance.

It is shown in one of the raywenderlich.com youtube tutorial channels. You could find it here, https://youtu.be/m6mvOmPYNA8?t=13m53s

aToz
  • 2,463
  • 1
  • 24
  • 34
  • 2
    Not possible using autolayout. However you can use another API as specified here: https://stackoverflow.com/questions/44332928/xcode-swift-how-to-wrap-text-around-image – ZeMoon May 12 '18 at 08:02
  • @ZeMoon I have edited my question with the video link where the same is implemented. Seems like it is possible. – aToz May 13 '18 at 02:12
  • Here's your solution https://stackoverflow.com/a/22226022/1436617 … I tried this and it works. – itscoderslife May 15 '18 at 03:08

0 Answers0