Drastic.SplashScreen
1.0.11
dotnet add package Drastic.SplashScreen --version 1.0.11
NuGet\Install-Package Drastic.SplashScreen -Version 1.0.11
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Drastic.SplashScreen" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Drastic.SplashScreen --version 1.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Drastic.SplashScreen, 1.0.11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Drastic.SplashScreen as a Cake Addin #addin nuget:?package=Drastic.SplashScreen&version=1.0.11 // Install Drastic.SplashScreen as a Cake Tool #tool nuget:?package=Drastic.SplashScreen&version=1.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Drastic.SplashScreen
Drastic.SplashScreen is a simple Twitter-style Splash Screen view for iOS, Catalyst, and tvOS. It was ported from MSTwitterSplashScreen.
How To:
- Install the Drastic.SplashScreen Nuget
- Add the
SplashScreen
to a UIViewController
public TestViewController(CGRect frame)
{
this.splashScreen = new Drastic.SplashScreen.SplashScreen(this.TwitterPath(), UIColor.Blue, UIColor.White);
this.splashScreen.DurationAnimation = 2f;
this.View!.AddSubview(this.splashScreen);
}
- The
SplashScreen
takes aUIBezierPath
. There is an example in the sample. - Invoke
SplashScreen.StartAnimation
to play out the animation.
public override void ViewDidAppear(bool animated)
{
this.splashScreen.StartAnimation();
base.ViewDidAppear(animated);
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-ios16.1 is compatible. net7.0-maccatalyst was computed. net7.0-maccatalyst16.1 is compatible. net7.0-macos was computed. net7.0-tvos was computed. net7.0-tvos16.1 is compatible. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- No dependencies.
-
net7.0-ios16.1
- No dependencies.
-
net7.0-maccatalyst16.1
- No dependencies.
-
net7.0-tvos16.1
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.11 | 216 | 3/19/2023 |