Skip to content

prin53/Xamarin.iOS.PKHUD.Bindings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

Native C# implementation: Xamarin.iOS.PKHUD.

Xamarin.iOS bindings library for PKHUD swift library

Thanks to Lucas Teixeira for helping and for the Xamarin.Swift3.Support packages.

Usage Example

PKHUD.SharedHUD.DimsBackground = false;
PKHUD.PKHUD.SharedHUD.ContentView = new Xamarin.PKHUD.PKHUDSuccessView(null, null);
PKHUD.PKHUD.SharedHUD.Show();
PKHUD.PKHUD.SharedHUD.HideAfterDelay(10, _ => { });
var pKHUD = new PKHUD
{
	DimsBackground = false,
	ContentView = new PKHUDProgressView("Title", "Subtitle")
};
pKHUD.Show();
pKHUD.HideAfterDelay(10, _ => { });

About

Xamarin.iOS bindings library for PKHUD

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published