<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Romi Fadhurrohman Nabil</title>
    <description>The latest articles on DEV Community by Romi Fadhurrohman Nabil (@omerta_rom).</description>
    <link>https://dev.to/omerta_rom</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1691164%2Fea47aa35-db65-47af-b694-86448390ba54.png</url>
      <title>DEV Community: Romi Fadhurrohman Nabil</title>
      <link>https://dev.to/omerta_rom</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/omerta_rom"/>
    <language>en</language>
    <item>
      <title>Easy implement lottie animation in Swift</title>
      <dc:creator>Romi Fadhurrohman Nabil</dc:creator>
      <pubDate>Fri, 05 Jul 2024 02:16:46 +0000</pubDate>
      <link>https://dev.to/omerta_rom/easy-implement-lottie-animation-in-swift-30oi</link>
      <guid>https://dev.to/omerta_rom/easy-implement-lottie-animation-in-swift-30oi</guid>
      <description>&lt;p&gt;Have you heard about Lottie? Lottie is an open-source animation library created by Airbnb, and it’s a game-changer for adding high-quality animations to your app. Whether you want to provide visual feedback, add some personality, or simply make your app more engaging, Lottie has got you covered. Here's the image below is an example of lottie animation asset.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0h0am77art463wk7i59v.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0h0am77art463wk7i59v.gif" alt="Image description" width="129" height="150"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this guide, I'll walk you through how to sprinkle some Lottie magic into your Swift project.&lt;/p&gt;

&lt;p&gt;First step all you need to do is import Lottie library for iOS development. You can download the library from the github link below.&lt;br&gt;
&lt;a href="https://github.com/airbnb/lottie-ios"&gt;https://github.com/airbnb/lottie-ios&lt;/a&gt;&lt;br&gt;
You can pull the Lottie Github Repo and include the Lottie.xcodeproj to build a dynamic or static library.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn5p1wykqoz4t0iklzefl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn5p1wykqoz4t0iklzefl.png" alt="Image description" width="800" height="485"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>swift</category>
      <category>ios</category>
    </item>
  </channel>
</rss>
