A simple yet powerful library for creating and customizing created popups in Xamarin.iOS framework.
Note
Beacause of the fact that Microsoft is depreacting Xamarin as 2022
we will add a support for new MAUI, If it will be necesarry.
You might have thought in the past: is there any great yet simple library to make custom popups in Xamarin.IOS and animate them?
Well, you've just found it!
- Automatically exiting popup after click outside of it
- Easily passing windows and contexts into it
- Beautiful, and customizable animations
- Ability to listen on the popup events like show and close
- Using only Xamarin libraries (built-in), no 3rd party libraries involved
- Clone the project using Git
- Add
using CPopupLibraryon the top of your.csfile where you want to use custom popups - Now just add some code at
YourCustomizePopup.csinYourPopUpCodeMethod - Create
YourCustomizePopupobject like this:
YourCustomizePopup popup = new YourCustomizePopup();- Show it over the world
await popup.ShowPopUp();- @BartekPacia, for reviews
- @AlancLiu, for idea and insipration

