tejuamirthi / CustomDropDown

Drop Down view for iOS using UIKit
Apache License 2.0
4 stars 6 forks source link

Label height should be increased based on the content size available. #40 #42

Open KOSURUUDAYSAIKUMAR opened 7 months ago

KOSURUUDAYSAIKUMAR commented 7 months ago

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. I have an requirement for this task.

How can I fix this issue. Screenshot 2024-04-23 at 11 19 35 AM