Timothy Moose

Results 146 comments of Timothy Moose

I have an initial implementation on the branch `work/snap` if you'd like to take a look and give me your input. Right now, it only works with `StickyHeader`. For `MaterialTabs`,...

To be clear, you can test it in your app with tabs, but there might be some glitchy behavior when switching between tabs. From the change log: ## 2.0.7 ###...

@oiledCode are you still interested in this feature?

I don't think that is possible in SwiftUI, but I'd love to be proven wrong. In UIKit, you could move the scroll view's swipe gesture recognizer to a parent view...

Good callout. I hadn't run into a case for a custom tab bar implementation yet. Why did you end up needing a custom tab bar in the first place?

Gotcha. I think built-in tab bar does all of that except the trailing view, which could be added. But I'm also good with making those components public.