QotoQot.Bindings.Lottie.iOS
1.0.2
dotnet add package QotoQot.Bindings.Lottie.iOS --version 1.0.2
NuGet\Install-Package QotoQot.Bindings.Lottie.iOS -Version 1.0.2
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="QotoQot.Bindings.Lottie.iOS" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="QotoQot.Bindings.Lottie.iOS" Version="1.0.2" />
<PackageReference Include="QotoQot.Bindings.Lottie.iOS" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add QotoQot.Bindings.Lottie.iOS --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: QotoQot.Bindings.Lottie.iOS, 1.0.2"
#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.
#:package QotoQot.Bindings.Lottie.iOS@1.0.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=QotoQot.Bindings.Lottie.iOS&version=1.0.2
#tool nuget:?package=QotoQot.Bindings.Lottie.iOS&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
These are .NET 9 bindings for the newest Swift version of Lottie iOS v4.5.2 (May 2025)
Install QotoQot.Bindings.Lottie.iOS
from Nuget, add YourAnimation.json into Resources/
in your iOS project, and then in your code:
using QotoQot.Bindings.Lottie.iOS;
…
var yourAnimation = new CompatibleAnimation("YourAnimation", null, NSBundle.MainBundle);
var animationView = new CompatibleAnimationView(yourAnimation);
currentView.AddSubview(animationView);
animationView.Play();
See this blog post for the step-by-step guide on how to create bindings from scratch in .NET 9 and Xcode 16.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0-ios18.0 is compatible. net10.0-ios was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0-ios18.0
- 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.2 | 302 | 6/24/2025 |
Initial release of .NET 9 bindings for Lottie iOS v4.5.2