How do you add multi-line label and after that label add UIButton in swift?
I want to have multi-line text and after the text finishes then want to have a button.
Which will perform some action.
Currently, I have used Stack-view but how to add a button after the label text ends?