You need this image assets helper in your Swift projectHey! I wanted to share with you a clean and fast way of accessing the images from your assets.Nov 6, 2024Nov 6, 2024
TestHooks or how to test private vars and methodsLet’s say you wrote an amazing code using a fundamental aspect of encapsulation in OOP by making your variables and methods private. So…Oct 15, 2024Oct 15, 2024
UIPickerField delegate and dataSource methods | Swift | iOSThe UIPickerView in iOS presents a list of options to the user and let them make a selection. It’s a view that uses a spinning-wheel or…Oct 8, 2024Oct 8, 2024
Localization in iOS: Making Your App Multilingual | Quick GuideLocalization is a critical aspect of creating a global application. Localization involves adapting your app to meet a specific target…Sep 21, 2024Sep 21, 2024
How to make beautiful PR’s descriptionsHi! Let’s start with the basics. What the heck is PR? If you know — skip to the next paragraph. Pull Requests are specific requests to…Aug 10, 2024Aug 10, 2024
SwiftUI Data Flow: Intro to @EnvironmentObject and @StateObjectSwiftUI allows developers to create intuitive UX with less code by using a declarative syntax. The key features contributing to this…Jul 23, 2024Jul 23, 2024
Creating Shimmer View to Imitate Loading Effect in SwiftUIYou probably saw a shimmer effect in some popular apps. The one that comes to my mind first is YouTube. A shimmer effect is a type of…Jul 16, 2024Jul 16, 2024
Coordinator Pattern in iOS AppWhen I just started learning iOS and built very simple apps I mostly used MVC pattern. Then, I started building more complicated apps and…Jun 21, 2024Jun 21, 2024
How to decorate your text in Swift | Underlined text and bullet pointsSwift offers several ways to format and style text. Today I’ll focus on how to underline text and create bulleted lists.Jun 8, 2024Jun 8, 2024
Widgets in SwiftUIA widget is a snapshot of an app’s content. You probably use them for your iPhone’s weather app. I personally really like Duolingo widgets.Jun 1, 20241Jun 1, 20241