iOSDropDown icon indicating copy to clipboard operation
iOSDropDown copied to clipboard

Options row number of lines and line break mode attributes

Open abdullakh35 opened this issue 5 years ago • 0 comments

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? #

abdullakh35 avatar May 16 '20 02:05 abdullakh35