UIButton's Title Label Word Wrap with Tail Truncation

前端 未结 8 1328
暖寄归人
暖寄归人 2020-12-24 03:11

I need to enable word wrapping and tail truncation, at the same time, on a UIButton\'s titleLabel. Setting numberOfLines to something more than 0 d

8条回答
  •  南方客
    南方客 (楼主)
    2020-12-24 03:36

    All UI properties are deprecated in iOS Use NS abbreviations instead of UI. As shown example here - NSLineBreakByTruncatingMiddle

提交回复
热议问题