UBottomSheet icon indicating copy to clipboard operation
UBottomSheet copied to clipboard

Set height of the BottomSheet to UITableView's height

Open anirudhamahale opened this issue 4 years ago • 2 comments

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?

anirudhamahale avatar Dec 07 '20 04:12 anirudhamahale

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.

OfTheWolf avatar Dec 18 '20 23:12 OfTheWolf

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

SohaibSiddique avatar May 17 '21 06:05 SohaibSiddique