AssistoLab / DropDown

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

Drop down left and right paddings and text mode is in word wrap. #334

Open KOSURUUDAYSAIKUMAR opened 4 months ago

KOSURUUDAYSAIKUMAR commented 4 months ago

Screenshot 2024-04-23 at 11 19 35 AM

Based on the text cell height row should be increased. If I gave a constant value for row height and cell height Then it is not working.

If I add height for row at index path method - UITableView.automaticDimension. It is also not working.

Can you please help me where can I change the code.

How can I fix this issue.