FlyoutNavigation icon indicating copy to clipboard operation
FlyoutNavigation copied to clipboard

Results 8 FlyoutNavigation issues
Sort by recently updated
recently updated
newest added

Flyout navigation has been working fine.But after I converted my code into unified. I got a problem in my app which contain login screen. after we login, the flyout navigation...

Strange issue: it seems to work ok on some macs with the latest Xamarin Studio (5.9.4 build 5), but on one mac it gives “Error adding to project: Cannot get...

Flyout navigation has been working fine.But after I converted my code into unified. I got a problem in my app which contain login screen. after we login, the flyout navigation...

Window.RootViewController = new MainController (); Inside MainController is the FlyoutNavigationController as well as the InboxViewController being added as a view. // Adding the Inbox to the menu. controllers.Add (new UINavigationController...

We have implemented Flyout navigation in our product and it is working very well. We were trying to add Pull to Refresh feature on one of the table views and...

please add right gesture flyout like facebook app.

I have an odd behavior I'm trying to track down, and I'm not sure if it is FlyoutNavigation or something else I'm doing. Maybe someone can take a quick look...

First of all, thanks for a great component! Unfortunately in complex layouts I am running into issues with view constraints. In my ViewControllers, I often use a Style Sheet of...