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.
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.
