Mario tsaiSwift ViewModel Memory Leak?It’s a true story. It happens by accident.1 min read·Apr 15, 2022--
Reshma UnnikrishnanNew in Swift 5.9 : NonCopyable TypeThe latest version of Swift, version 5.9, provides impressive updates such as NonCopyable, Macros, if and switch expressions, and more. To…4 min read·Sep 16--
Gautam SareriyaPrevent Screen Capture in iOS AppHave you ever wondered how we can prevent screenshot from iPhone app? Well, you are in a right document and we will be discussing the same.5 min read·Jun 20--4
SimonOpaques and Generics in Swift, smallest and easiest practical example.Calling function does not know what type its going to receive from a function, hence the function that returns an unknown type, is of…3 min read·Sep 12--
Tamas BallaHow to Send a Basic Push Notification in SwiftPush notifications can be a great way to implement e.g. reminders in your app. I will show you how to implement a basic reminder in your…3 min read·Sep 17--
Aslihan GurkaninDev GeniusMVVM Architectural Design Pattern in SwiftModel-View-ViewModel (MVVM) is a software architecture pattern used to separate the user interface (UI) logic from the business logic or…5 min read·Apr 2--
Vahid DianatMVVM example with applied SOLID principles in SwiftSingle Responsibility Principle (SRP) is applied by separating the concerns of the model, view and viewmodel, where each component has a…2 min read·May 2--