My COVID-19 lockdown project or how I started to dig into a custom UICollectionViewLayout to get a…
Nov 23, 2020, 9:03 AM
My COVID-19 lockdown project or how I started to dig into a custom UICollectionViewLayout to get a ChatLayoutYes, yes, I understand that it’s 2020 and that all hardcore iOS developers write exclusively in SwiftUI and Combine. And writing...
Thank you for your response Mohammed.
May 26, 2020, 10:33 AM
Thank you for your response Mohammed. It is really appreciated. Let me know if youll eed any help. One thing I want to remind is to remember about Single Responsibility Principle. Router/Coordinator routes, Factory/Builder builds. So your...
Hi, yeah. I see. It used to be fine. I have the same issue :(
Jul 21, 2019, 7:56 PM
Hi, yeah. I see. It used to be fine. I have the same issue :(
This whole Apple’s implementation is such a crap.
Apr 14, 2019, 9:14 AM
This whole Apple’s implementation is such a crap.
Coordinator Pattern’s Issues & What is RouteComposer
Apr 9, 2019, 2:47 AM
I am continuing the series of articles about the RouteComposer library that we use. In this article, I want to talk about the Coordinator Pattern. I was prompted to write this article by a discussion in one of the previous articles about...
Going deeper into the RouteComposer configuration
Sep 4, 2018, 4:54 PM
In my previous article I brought you through RouteComposer— the library we use in our iOS applications that handles composition, navigation and deep-linking tasks. In this article I will go over some tricky elements of the library.How the...
Composition of UIViewControllers and navigation between them (and not only)
Sep 3, 2018, 8:20 AM
In this article I want to share the experience that we have been successfully using for several years in our iOS applications, 3 of which are currently in the Appstore (Saks Fifth Avenue, Gilt, Appytoy). This approach has proved itself to...