Hemant SoniViewDidLoad vs ViewDidAppear (How to use them appropriately).ViewDidLoad: This method is called after the view controller has loaded its view hierarchy into memory. This method is called regardless…Feb 18, 2021Feb 18, 2021
Hemant SoniWhere is main file in swiftIn Objective C we have main.c file where the application life cycle starts from.Feb 18, 2021Feb 18, 2021
Hemant SoniStatic vs Class vs Global Functions in SwiftFunctions are self-contained chunks of code that perform a specific task. There are multiple ways to write functions in Swift.Feb 18, 2021Feb 18, 2021
Hemant SoniStatic Property || SwiftSwift lets you create properties and methods that belong to a type, rather than to instances of a type. This is helpful for organizing…Feb 18, 2021Feb 18, 2021
Hemant SoniHTTP response status codesHTTP response status codes indicate whether a specific request has been successfully completed or not and many of us (mobile developers)…May 17, 2020May 17, 2020
Hemant SoniSWIFT: Public getter and Private setter:- Private(Set)Swift supports public get but private set on properties:Dec 14, 2019Dec 14, 2019
Hemant SoniRequired Initializers in swiftRequired initializers will be explained in this article.Sep 8, 20191Sep 8, 20191