iOSDropDown icon indicating copy to clipboard operation
iOSDropDown copied to clipboard

Multiline cells: Is that still impossible?

Open bikramdasn opened this issue 5 years ago • 1 comments

I'm not able to configure DropDown to show multiline cells if the content is too long. Any suggestions? Is that still impossible with this pod ?

By the way, this isn't working

cell?.textLabel?.numberOfLines = 0 cell?.textLabel?.lineBreakMode = .byWordWrapping cell?.textLabel?.sizeToFit() cell?.textLabel?.textAlignment = self.textAlignment

bikramdasn avatar Jun 13 '20 07:06 bikramdasn

I'm not able to configure DropDown to show multiline cells if the content is too long. Any suggestions? Is that still impossible with this pod ?

By the way, this isn't working

cell?.textLabel?.numberOfLines = 0 cell?.textLabel?.lineBreakMode = .byWordWrapping cell?.textLabel?.sizeToFit() cell?.textLabel?.textAlignment = self.textAlignment

I made it possible 💯 pod 'iOSDropDown', :git => 'https://github.com/29satnam/iOSDropDown.git', :branch => 'master'

29satnam avatar Sep 04 '20 13:09 29satnam