You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
anirudhamahale
changed the title
Set height of the BottomSheet
Set height of the BottomSheet to UITableView's height
Dec 7, 2020
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?
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?The text was updated successfully, but these errors were encountered: