codemill.vmfirstnav
codemill.vmfirstnav copied to clipboard
Xamarin.Forms ViewModel First Navigation Library
Results
11
codemill.vmfirstnav issues
Sort by
recently updated
recently updated
newest added
trafficstars
Add something along the lines of: ```csharp public interface INavigationService { void ShowMasterPage(); void HideMasterPage(); //... } ```
enhancement