iOSDropDown
iOSDropDown copied to clipboard
Options row number of lines and line break mode attributes
Is there a way to change the options row from the drop down menu? I need to change number of lines and line break mode for options rows in order to allow larger text to wrap in second line.
I made it happen with directly modifying iOSDropDown pod source code in the return of function:
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
but I need a way to make those changes without accessing pod source code. Any help? thoughts? #