/CustomPopUps.iOS

A very tiny library that helps to create modals in Xamarin.iOS

Primary LanguageC#GNU General Public License v3.0GPL-3.0

smartphone

CustomPopUps.iOS

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!

Features

  • 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

Usage

  • Clone the project using Git
  • Add using CPopupLibrary on the top of your .cs file where you want to use custom popups
  • Now just add some code at YourCustomizePopup.cs in YourPopUpCode Method
  • Create YourCustomizePopup object like this:
YourCustomizePopup popup = new YourCustomizePopup();
  • Show it over the world
await popup.ShowPopUp();

See how it looks in action

A gif demonstrating how the library works

Credits