UBottomSheet
UBottomSheet copied to clipboard
Set height of the BottomSheet to UITableView's height
I have a UITableView
which contains only 2 or 3 rows. So I want to set the height of the BottomSheet to UITableView's content height. How do I achieve this?
There is no support for auto height content. I will check it out when i have time. But you can set sheet size programmatically. So all you need to do is to manage calculating the content size and set sheet height.
I have a
UITableView
which contains only 2 or 3 rows. So I want to set the height of the BottomSheet to UITableView's content height. How do I achieve this?
check #59