<?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>Forem: Zaprogramiacz</title>
    <description>The latest articles on Forem by Zaprogramiacz (@zaprogramiacz).</description>
    <link>https://forem.com/zaprogramiacz</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%2F222506%2F768dc748-6859-4656-96b7-c3c2b6b11b2d.jpg</url>
      <title>Forem: Zaprogramiacz</title>
      <link>https://forem.com/zaprogramiacz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/zaprogramiacz"/>
    <language>en</language>
    <item>
      <title>Countdown film clutter in SwiftUI</title>
      <dc:creator>Zaprogramiacz</dc:creator>
      <pubDate>Fri, 06 Dec 2019 13:55:34 +0000</pubDate>
      <link>https://forem.com/elpassion/countdown-film-clutter-in-swiftui-32bn</link>
      <guid>https://forem.com/elpassion/countdown-film-clutter-in-swiftui-32bn</guid>
      <description>&lt;h1&gt;
  
  
  Countdown film clutter in SwiftUI
&lt;/h1&gt;

&lt;p&gt;After first successful 😎 approach (&lt;a href="https://github.com/elpassion/FlipClock-SwiftUI"&gt;FlipClock&lt;/a&gt;) to animations in SwiftUI, I've decided to create the next sample project. Looking for inspiration in the endless Internet, I've found old fashioned countdown film clutter. I realized that it could be challenging to do sth similar in the new Apple UI framework - SwiftUI. Please stop for a moment and take a look at the results of my work.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://github.com/elpassion/CountdownFilmClutter-SwiftUI"&gt;Implementation&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--dOJ655Bq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://raw.githubusercontent.com/elpassion/Showcase/master/content/CountdownFilmClutter-SwiftUI/countdown_film_clutter.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dOJ655Bq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://raw.githubusercontent.com/elpassion/Showcase/master/content/CountdownFilmClutter-SwiftUI/countdown_film_clutter.gif" alt="Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  License
&lt;/h2&gt;

&lt;p&gt;Copyright © 2019 &lt;a href="https://www.elpassion.com"&gt;EL Passion&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ios</category>
      <category>swift</category>
      <category>swiftui</category>
      <category>animation</category>
    </item>
    <item>
      <title>Flip clock in SwiftUI</title>
      <dc:creator>Zaprogramiacz</dc:creator>
      <pubDate>Tue, 22 Oct 2019 12:17:58 +0000</pubDate>
      <link>https://forem.com/elpassion/flip-clock-in-swiftui-385o</link>
      <guid>https://forem.com/elpassion/flip-clock-in-swiftui-385o</guid>
      <description>&lt;p&gt;SwiftUI is a new framework designed and released by Apple in 2019. It completely changes the approach to building UI on Apple devices. Compared to predecessors (UIKit, WatchKit, AppKit), you can write code only once and use it on every Apple platform. It saves much time while building multiplatform apps. Another big difference is the programming paradigm change from imperative to declarative one. The focus shifts from writing step by step how to create something, to declaring the result we want to achieve. I’m 100% sure that these changes have a lot of advantages, and shortly many applications will be created using SwiftUI. Now it’s a perfect time to get familiar with it and learn how to use it. Below you can see the result of my adventure with SwiftUI.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://github.com/elpassion/FlipClock-SwiftUI"&gt;Implemetation&lt;/a&gt;
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Light&lt;/th&gt;
&lt;th&gt;Dark&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LTpvBajU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://raw.githubusercontent.com/elpassion/Showcase/master/content/FlipClock-SwiftUI/flip_clock_light.gif" alt="Light_preview"&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--g_s0walI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://raw.githubusercontent.com/elpassion/Showcase/master/content/FlipClock-SwiftUI/flip_clock_dark.gif" alt="Dark_preview"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  License
&lt;/h2&gt;

&lt;p&gt;Copyright © 2019 &lt;a href="https://www.elpassion.com"&gt;EL Passion&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ios</category>
      <category>swift</category>
      <category>swiftui</category>
      <category>combine</category>
    </item>
    <item>
      <title>Wine Searcher iOS demo</title>
      <dc:creator>Zaprogramiacz</dc:creator>
      <pubDate>Wed, 04 Sep 2019 09:04:43 +0000</pubDate>
      <link>https://forem.com/elpassion/wine-searcher-ios-demo-324g</link>
      <guid>https://forem.com/elpassion/wine-searcher-ios-demo-324g</guid>
      <description>&lt;p&gt;Have you ever dreamt of heaven? We know how it tastes! A delicious adventure in the land of wine awaits you. Just sneak a peek at our wine searcher app. Oh...and remember! A glass of wine a day keeps the doctor away 😉&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Dribbble shot&lt;/th&gt;
&lt;th&gt;Demo app&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://dribbble.com/shots/3966958-Wine-Searcher-Animations?utm_source=Clipboard_Shot&amp;amp;utm_campaign=tomkoszyk&amp;amp;utm_content=Wine%20Searcher%20Animations&amp;amp;utm_medium=Social_Share"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Cvs1Q6Dk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://github.com/elpassion/Showcase/raw/master/content/wine-searcher-ios-demo/wine_searcher_dribbble.gif" alt="Shot"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/elpassion/wine-searcher-ios-demo"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qJ2hm1-M--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://github.com/elpassion/Showcase/raw/master/content/wine-searcher-ios-demo/wine_searcher_implementation.gif" alt="Implementation"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Source
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dribbble.com/shots/3966958-Wine-Searcher-Animations?utm_source=Clipboard_Shot&amp;amp;utm_campaign=tomkoszyk&amp;amp;utm_content=Wine%20Searcher%20Animations&amp;amp;utm_medium=Social_Share"&gt;Dribbble shot by Tomek Koszyk&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/elpassion/wine-searcher-ios-demo"&gt;iOS implementation by Maciej Gomółka&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  License
&lt;/h2&gt;

&lt;p&gt;Copyright © 2019 &lt;a href="https://www.elpassion.com"&gt;EL Passion&lt;/a&gt;&lt;/p&gt;

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