Skip to content

Xamarin.iOS class that checks if iOS device supports transparency effect

License

Notifications You must be signed in to change notification settings

andrius-k/transparency-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

transparency-detector

Xamarin.iOS class that checks if iOS device supports transparency effect.

It takes into account iOS version, hardware version and Reduce Transparency option in iOS setting.

Usage

if(TransparencyDetector.IsTransparencyAvailable ())
{
  // Transparency Available
}
else
{
  // Transparency NOT Available
}

About

Xamarin.iOS class that checks if iOS device supports transparency effect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages