SOLID principles in SwiftThe SOLID principles are a set of design principles that help developers create maintainable and flexible software systems. Let’s go…Jul 1, 2023Jul 1, 2023
Long-pressing the iOS app icon — ImplementationTo add functionality on app icon long press in a Swift app, you can utilize the `UIApplicationShortcutItem` feature provided by iOS. Here…May 29, 2023May 29, 2023
Long-pressing the iOS app icon — Introduction`UIApplicationShortcutItem` is a class provided by the UIKit framework in iOS. It represents a shortcut item associated with an app’s home…May 29, 2023May 29, 2023
Understanding @escaping and @non-escaping clouserDuring the code, you may deal with functions with parameters escaping or non-escaping. Have you ever given thought 🤔 what is it ? Let’s…May 10, 2021May 10, 2021
Next Generation ABCD for iOS developersIf you are looking for short answers to clear interviews then this blog is not for you buddy. In this blog, I tried to explain some basic…Apr 30, 2021Apr 30, 2021