Brandon Butler

Results 142 comments of Brandon Butler

Yes. Maybe the extensions already exist? @Cheesebaron might know. Fixing the documentation for the hints is on the to-do list ;) #4051 CloseTo is a hard enough problem that I...

Not a dumb question. It's the reason we should have a matrix of the presentation hints with their supported platforms in the documentation.

I just finished creating the matrix for the hints [here](https://github.com/MvvmCross/MvvmCross/issues/3402#issuecomment-761730075). @MichelMichels The reason it doesn't work is because that hint is only implemented in the Xamarin.Forms view presenter. So you...

@Cheesebaron Is there a way I can get permission to modify this PR?

I'm rebasing off the latest dev branch. This had the side effect of some files being removed and then me recreating them in the new location. Hope that's okay.

when I try to push to your branch I get this. `Permission to paulppn/MvvmCross.git denied to Hackmodford.` You can see my changes here. https://github.com/Hackmodford/MvvmCross/tree/feature/add_mvx_bottom_navigation_view

Apparently I'm a moron. I forgot you need to accept the invite 😆 Could someone confirm the playground works? I'm unable to get the project to build on macOS.

I think I just came up with simpler implementation that uses a ViewPager. As far as the user is concerned, it works almost the same as the MvxTabLayoutPresentation. The only...

Decided to push to this branch. This implementation basically works the same. Added a `MvxBottomNavigationViewPresentationAttribute` Added a `MvxBottomNavigationView` This view has a reference to the ViewPager and handles swiping between...

I will attempt to create a matrix in this comment. We can decide what to do with it later. | | 📱 iOS | 🤖 Android | 🏁 WPF |...