PinnedRedux + SwiftI started working with Redux in 2020 for the first time. When I first started with it in an iOS project, I did not understand the various…Jul 29, 2022Jul 29, 2022
How to Use App Links for iOS/Android Apps and Facebook SharingAs an iOS app developer, you want to provide your users the best possible user experience. One way to achieve this is by using App Links, a…Apr 22, 20231Apr 22, 20231
How Did I Pass my AWS Solution Architect ExamIt took me 3 years of procrastination to do this, so yeah, that long. I started thinking about this in 2018 and finally passed it in 2021…Apr 5, 2021Apr 5, 2021
Activity Indicator in RxSwift using amb()I have been working on some of my projects and stumbled upon how to properly handle UIActivityIndicator loading state while the API call…Jan 17, 20211Jan 17, 20211
User Interaction during AnimationIn iOS, the simples way to achieve Animation in a UIView is through `UIView.animate` block.Dec 29, 2020Dec 29, 2020
Expandable View Part2In my previous write up, I have covered how can you create a nice collapsible view. In this blog, I am taking that approach to solve for a…Dec 4, 2019Dec 4, 2019
Expandable view in iOSIf you have also wondered like me how to create those nice expandable views then I have found one way of achieving that.Nov 28, 2019Nov 28, 2019