AssistoLab / DropDown

A Material Design drop down for iOS
MIT License
2.43k stars 623 forks source link

Added support for numberOfLines and its setting #314

Open AlexisSwift opened 1 year ago

AlexisSwift commented 1 year ago

Changes have been made to automatically adjust the height of table rows depending on the text.

Also added the ability to adjust the numberOfLines of the standard cell

By default numberOfLines = 1

AlexisSwift commented 1 year ago

If anyone wants to install, add this to podfile

pod 'DropDown', :git => 'https://github.com/VestaCute/DropDown'