Brandon Butler

Results 142 comments of Brandon Butler

I am also looking for a solution Edit: I solved the problem by doing this ``` [appRootViewController presentMenuViewController]; // the code that changes the view as if you selected a...

In 7.1.2 I had to ensure the plugin was loaded in order to use method binding. Perhaps this is related?

I downloaded the sample project and tried it with 6.4.0 and 7.1.2. I am unable to reproduce the error. :(

I forgot this was caused by the linker in my project removing the plugin. I didn't use the linker when I did my testing.

If memory serves right, there is some missing information regarding using Storyboards https://www.mvvmcross.com/documentation/platform/ios/ios-user-interfaces-approaches?scroll=406 Something about having the storyboard id set properly so MvvmCross can find the view.

I also feel like there's some singletons that are missing in the documentation. For example `IMvxAndroidCurrentTopActivity`. Problem is I don't know what I don't know 🤪

I feel confident I could tackle #2857 since I have done this multiple times at this point.

Any thoughts on using [MvxScaffolding](https://github.com/Plac3hold3r/MvxScaffolding) for #2857? It seems like it's the quickest way to get a decent project up and running. The guide could then be more about what...