ios - Making UIButton Wrap Following a UILabel -
we have multi-line text-wrapping uilabel text in it. @ end of label want place uibutton shown.
what's simplest way implement this? text in button must not break i.e. button must flow on next line unit if there isn't enough space.
using attributed string non-breaking spaces ("\u{00a0}") works.

Comments
Post a Comment