Dilip KumarObserver, Design Patterns Series -Part 8Imagine a world where: ✅ Your UI updates automagically when data changes. ✅ Settings adjust globally without manually refreshing every…4d ago
Omar SaibaaFactory Design Pattern in iOSThe Factory design pattern is a creational design pattern that provides an interface for creating objects but lets subclasses decide which…Oct 31, 2023
Dilip KumarFacade, Design Patterns Series -Part 7👋 Hey iOS devs! Ever felt like you’re lost in a maze of classes, protocols, and frameworks just to perform a simple task? 🌀 Maybe you’ve…5d ago5d ago
Omar SaibaaFacade Design Pattern in iOSThe facade design pattern is a software design pattern that provides a unified interface to a set of interfaces in a subsystem. Facades…Nov 1, 2023Nov 1, 2023
Dilip KumarSingleton, Design Patterns Series -Part 2.👋 Welcome back, iOS devs! Today, let’s tackle a topic that has sparked endless debates — Singletons.Feb 4Feb 4
Dilip KumarObserver, Design Patterns Series -Part 8Imagine a world where: ✅ Your UI updates automagically when data changes. ✅ Settings adjust globally without manually refreshing every…4d ago
Omar SaibaaFactory Design Pattern in iOSThe Factory design pattern is a creational design pattern that provides an interface for creating objects but lets subclasses decide which…Oct 31, 2023
Dilip KumarFacade, Design Patterns Series -Part 7👋 Hey iOS devs! Ever felt like you’re lost in a maze of classes, protocols, and frameworks just to perform a simple task? 🌀 Maybe you’ve…5d ago
Omar SaibaaFacade Design Pattern in iOSThe facade design pattern is a software design pattern that provides a unified interface to a set of interfaces in a subsystem. Facades…Nov 1, 2023
Dilip KumarSingleton, Design Patterns Series -Part 2.👋 Welcome back, iOS devs! Today, let’s tackle a topic that has sparked endless debates — Singletons.Feb 4
Omar SaibaaBuilder Design Pattern in iOSThe Builder design pattern is a creational design pattern that separates the construction of a complex object from its representation. It…Nov 1, 2023
Renuka PandeyObserver PatternsThe Observer pattern is a behavioral design pattern where an object (called the subject) maintains a list of dependents (called observers)…Jan 27
Ario LiyanSwift UIKit Coordinator Pattern: Multiple level coordination: (part 2)In this post, we want to talk about the coordinator pattern for navigating between view controllers in UIKit applications. This is part two…Oct 28, 2023