maxkonovalov / MKDropdownMenu

🔻 Dropdown Menu for iOS with many customizable parameters to suit any needs
MIT License
527 stars 83 forks source link

why text is not wrapping in row #28

Closed ParveshChauhan closed 7 years ago

ParveshChauhan commented 7 years ago

how to wrap text in row. When text length is more then width of dropdown menu ,text is truncated.

maxkonovalov commented 7 years ago

Hi @ParveshChauhan, the basic implementation allows a single-line text with plain or attributed strings. For all custom setups please use - (UIView *)dropdownMenu:(MKDropdownMenu *)dropdownMenu viewForRow:(NSInteger)row forComponent:(NSInteger)component reusingView:(nullable UIView *)view;