Skip to content

jonathanantoine/SWRevealViewController-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maui iOS binding for SWRevealViewController

NuGet version

Support Net 9.0 for iOS (works with Xcode 15 and iOS 17)

Nuget

Compatibility

  • Run on ios and ios simulator (arm64 + x86_64).

Build

  • Run the GitHub action to build the project

Usage

Follow this blog post to reference it in your project if not yet published on Nuget.

using SWRevealViewControllerMaui;

var pageController = new MyPageController();
pageController.ViewControllerSelected += pageControllerController_ViewControllerSelected;

var menuController = new MenuViewController();

var swRevealViewController = new SWRevealViewController(menuController, pageController);

Contribution

Contribution to ApiDefinition.cs are welcome, just send PRs.

About

.net bindings for the SWRevealViewController ios library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages