Multiline cells: Is that still impossible?
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'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'