Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Learn SwiftUI
  • Table Of Contents Toc
Learn SwiftUI

Learn SwiftUI

By : Chris Barker
2.6 (5)
close
close
Learn SwiftUI

Learn SwiftUI

2.6 (5)
By: Chris Barker

Overview of this book

SwiftUI is the new and powerful interface toolkit that lets you design and build iOS, iPadOS, and macOS apps using declarative syntax. It is a powerful way to develop the UI elements of applications, which would normally be tightly coupled to application logic. Learn SwiftUI will get you up to speed with the framework and cross-device UI development in no time. Complete with detailed explanations and practical examples, this easy-to-follow guide will teach you the fundamentals of the SwiftUI toolkit. You'll learn how to build a powerful iOS and iPadOS application that can be reused for deployment on watchOS. As you progress, you'll delve into UI and unit testing in iOS apps, along with learning how to test your SwiftUI code for multiple devices. The book will also show you how to integrate SwiftUI features such as data binding and network requests into your current application logic. By the end of this book, you will have learned how to build a cross-device application using the SwiftUI framework and Swift programming.
Table of Contents (17 chapters)
close
close

What is declarative syntax?

In this section, you'll learn what declarative syntax is and what immediate benefit it offers for writing clean code. You'll also learn about its counterpart imperative syntax in order to gain understanding from both paradigms.

The declarative syntax is a programming paradigm that allows you to write code in a more formal and procedural way. In essence, the declarative syntax is a way of describing the code you want to write, without having to worry about how it's going to be implemented.

The following is an example of declarative syntax if it was said in spoken language:

“I would like a cup of tea, please"

This is more of a statement than written logic as we are asking for something rather than being concerned about how we are going to get it.

Let's take our first look at SwitUI syntax. Here, we have created a Text Label with the value "Learn SwiftUI" and guess what... that's all we need to do:

Text("Learn SwiftUI")

As you may recall from Chapter 1, Getting Started with SwiftUI, and how we created Objects such as an instance of a UIButton or a UILabel, the example involves a lot less code; we don't need to jump through hoops to tell SwiftUI what we want to create we simply ask for it.

Many languages already make use of declarative programming. A more commonly known language is the SQL syntax that's used in database queries and stored procedures.

The following is an example of a SQL stored procedure:

CREATE PROCEDURE SelectAllCustomers
AS
SELECT * FROM Customers
GO;

As you look at each line, you will see it's more of a statement than actual logic: you ask to CREATE PROCEDURE, without having to worry about how the creation is done, you SELECT * FROM Customers, without the need to get the Customer list, and even know how SELECT is performed for setup.

Now that we have a good idea of the concept behind declarative syntax and how it works as part of the programming paradigm, let's take a look at how we might use this in the real world by getting out project up and running in Xcode and seeing it for ourselves.

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Learn SwiftUI
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist download Download options font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon