Was wondering if there are any recommendations for...
# compose-ios
j
Was wondering if there are any recommendations for getting scroll bars on iOS? We’ve found that scroll bars are in for Desktop but not yet for mobile it seems. I’ve been playing around with a wrapper around
UIScrollView
but I can’t get the content to work inside it (content being composable closure added to a
ComposeUIViewController
). However even if we can get this working, it doesn’t help much for more lazy content that you’d usually do in a `LazyColumn`/`UITableViewController`/etc.