subtitleLineBreakMode
The line break mode the button uses to lay out the button’s subtitle.
Declaration
@property (nonatomic, assign, readwrite) NSLineBreakMode subtitleLineBreakMode;Discussion
Word and character wrapping modes enable multiline text, while other modes restrict the text to a single line.
The default value is NSLineBreakMode.byWordWrapping.