Making UIButton Wrap Following a UILabel

Viewed 86

We have a multi-line text-wrapping UILabel with some text in it. At the end of the label we want to always place a UIButton as shown.

enter image description here

What's the simplest way to implement this? The text in the button must not break i.e. the button must flow on to the next line as a unit if there isn't enough space.

1 Answers
Related