Nitin Aggarwal

Nitin Aggarwal

132 Articles Published

Articles by Nitin Aggarwal

Page 14 of 14

Lazy Stored Procedure in Swift

Nitin Aggarwal
Nitin Aggarwal
Updated on 22-Nov-2022 4K+ Views

In this tutorial, you are going to learn about the lazy stored procedure. What is the lazy keyword and how to use it in Swift? Let's learn. In iOS development, it is very common to deal with complex objects. But you need to use them until it’s really needed. In Swift, there are some declaration modifiers that modify the behavior of the declaration. An example of a lazy modifier is one that is used to modify the meaning of the stored variables of a class or structure. What Swift's stored properties are? In Swift, stored ...

Read More

Key features of the Swift programming language?

Nitin Aggarwal
Nitin Aggarwal
Updated on 22-Nov-2022 2K+ Views

In this tutorial, you are about to learn about what is Swift, and what are the key features of the Swift programming language. What is the Swift language? Swift is a clean and concise programming language that is growing fast and becoming increasingly popular. Swift was initially used for iOS development but has become very popular for many other things like macOS, watchOS, and server-side development. Basically, Apple introduced the Swift language as an open-source programming language as a replacement for Objective-C, C, and C++. The Swift language was created in 2014 and released publicly in 2015 ...

Read More
Showing 131–132 of 132 articles
« Prev 1 10 11 12 13 14 Next »
Advertisements