Ali JaberEverything you need to know about Cocoapods in iOSCocoapods is a centralized dependency manager* for both Swift and Objective c, it contains thousands of libraries and is used in more than…Jun 10, 2021Jun 10, 2021
Ali JaberGrand Central Dispatch(GCD)-part 2Here we are, back to talk about GCD, let start by discussing the Terms ‘Synchronous’ and ‘Asynchronous’.May 21, 2021May 21, 2021
Ali JaberGrand Central Dispatch(GCD)-Part 1GCD is used to handle multithreading in iOS, its a low level api used for managing operations. It help developers to improve their app…May 7, 2021May 7, 2021
Ali JaberDesign Patterns in iOS: Singleton PatternSingleton comes from the creational design patterns family, because it’s about creating a shared instance. It adds restriction to the…Apr 21, 2021Apr 21, 2021
Ali JaberiOS Design Patterns: Memento patternMemento Design patterns is from the behavioral design pattern family, which allows objects to be cached(saved) inside the app and restored…Apr 14, 2021Apr 14, 2021