material-components-ios
material-components-ios copied to clipboard
[MDCActionSheetHeaderView] make message label multilined
[MDCActionSheetHeaderView] Make message label multilined instead of locking it up 2 to lines
replace _messageLabel.numberOfLines = 2; with _messageLabel.numberOfLines = 0;
The title doesn't have a [Component] prefix.