LottieMobile/Lottie.iOS
Jerome Laban 6963d06c7d chore: Remove catalyst, add native binaries 2022-03-23 10:43:19 -04:00
..
ApiDefinitions.Ios.cs Update to Lottie iOS 2.5.2 2018-11-04 17:26:13 -02:00
ApiDefinitions.Mac.cs Update to Lottie iOS 2.5.2 2018-11-04 17:26:13 -02:00
LOTAnimationView.cs Return the value of the animation 2019-05-27 10:44:59 +02:00
Linker.cs Lottie for Xamarin.iOS binding 2017-02-02 17:24:04 -05:00
Lottie.framework.linkwith.cs Update to Lottie Android 3.0.3-support 2019-06-17 10:14:04 -03:00
Lottie.iOS.csproj chore: Remove catalyst, add native binaries 2022-03-23 10:43:19 -04:00
StructsAndEnums.cs Update to Lottie iOS 2.1.0 2017-08-29 02:03:20 -03:00
libLottie-ios.a Update to Lottie iOS 2.5.2 2018-11-04 17:26:13 -02:00
libLottie-ios.linkwith.cs Cleanup 2020-03-10 12:02:25 +01:00
libLottie-macos.a Update to Lottie iOS 2.5.2 2018-11-04 17:26:13 -02:00
libLottie-macos.linkwith.cs Update to Lottie iOS 2.5.2 2018-11-04 17:26:13 -02:00
libLottie-tvos.a Update to Lottie iOS 2.5.2 2018-11-04 17:26:13 -02:00
libLottie-tvos.linkwith.cs Update to Lottie iOS 2.5.2 2018-11-04 17:26:13 -02:00
readme.txt Fix readme 2020-09-28 20:34:55 +02:00

readme.txt

---------------------------------
Lottie
---------------------------------

Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile!

Using Lottie on Xamarin.iOS:

LOTAnimationView animation = LOTAnimationView.AnimationNamed("LottieLogo1");
this.View.AddSubview(animation);
animation.PlayWithCompletion((animationFinished) => {
  // Do Something
});

//You can also use the awaitable version
var animationFinished = await animation.PlayAsync();

---------------------------------
Star on Github if this project helps you: https://github.com/Baseflow/LottieXamarin

Commercial support is available. Integration with your app or services, samples, feature request, etc. Email: hello@baseflow.com
Powered by: https://baseflow.com
---------------------------------