Nitin Aggarwal has Published 156 Articles

What Is Defer in Swift?

Nitin Aggarwal

Nitin Aggarwal

Updated on 22-Nov-2022 11:11:52

4K+ Views

In this tutorial, you will learn what the defer keyword is and how it can be used in Swift. You will see in what situations you can use the defer keyword. What is defer? A defer is a statement that is used for executing code just before transferring ... Read More

What is a guard statement in Swift?

Nitin Aggarwal

Nitin Aggarwal

Updated on 22-Nov-2022 11:08:23

3K+ Views

In this tutorial, you will learn about what is a guard statement and how it is implemented in the Swift language. Let's learn. What is a guard statement? In Swift, the guard is a statement that transfers control between codes like an if-else statement. The guard statement is ... Read More

What are the collection types that are available in Swift?

Nitin Aggarwal

Nitin Aggarwal

Updated on 22-Nov-2022 10:55:28

874 Views

In this tutorial, you will learn about all the collections available in the Swift language, such as arrays, dictionaries, and sets. Collection Types Array Set Dictionary These collections are generic in Swift, which means they can store values of any type but of the same ... Read More

Lazy Stored Procedure in Swift

Nitin Aggarwal

Nitin Aggarwal

Updated on 22-Nov-2022 10:42:43

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. ... Read More

Key features of the Swift programming language?

Nitin Aggarwal

Nitin Aggarwal

Updated on 22-Nov-2022 10:37:53

812 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 ... Read More

Difference between Swift and Objective-C

Nitin Aggarwal

Nitin Aggarwal

Updated on 22-Nov-2022 10:25:07

2K+ Views

In this tutorial, you are going to understand the difference between Swift and Objective-C languages. Both languages are used for Apple development but they are different from each other, let’s understand. How does Swift differ from Objective-C? Swift is overtaking Objective-C to become the most popular language ... Read More

Advertisements