Tips to increase iOS App SecuritySecurity is one of the most important aspects of the IT industry. Numerous apps release every single day and most of them carry important…Feb 23, 2020Feb 23, 2020
Show a screen on user inactivity in the iOS application.Once, I got a requirement from the client to add a screensaver to the existing app, to achieve this I have to detect user inactivity and…Jan 30, 20203Jan 30, 20203
Role of UIApplicationMain in iOS App Launch Process.This article talks about how the UIApplicationMain method contributes to the iOS App launch process.Jan 5, 20201Jan 5, 20201
Value Types vs Reference Types in SwiftIn Swift, types fall into one of two categories: Value types and Reference types. let’s discuss in detail about them.Oct 2, 2019Oct 2, 2019
Method Dispatch in Swift, and its effect on performanceMethod dispatch is the algorithm used to decide which method should be invoked in response to a message. The goal of dispatch is for the…Sep 27, 20191Sep 27, 20191