Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set height of the BottomSheet to UITableView's height #51

Open
anirudhamahale opened this issue Dec 7, 2020 · 2 comments
Open

Set height of the BottomSheet to UITableView's height #51

anirudhamahale opened this issue Dec 7, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@anirudhamahale
Copy link

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 anirudhamahale changed the title Set height of the BottomSheet Set height of the BottomSheet to UITableView's height Dec 7, 2020
@OfTheWolf
Copy link
Owner

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 OfTheWolf added the enhancement New feature or request label Dec 18, 2020
@SohaibSiddique
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants