![]() |
Beginning Swift |
Book Details
Title: Beginning Swift
ISBN-10: 9428123347
Author: Rob Kerr
Language: English
Subject: Swift / Computers & Technology / Programming / Apple Programming
No. of pages: 403
Format: Epub, full source code
Lesson 1, Swift Basics, covers the fundamentals of using the Swift programming language. In this lesson, you'll learn basic Swift syntax and program structure. You'll also learn how to use Swift built-in data types and enums, and how to declare and use Swift variables and constants.
Lesson 2, Swift Operators and Control Flow, shows you how to use the fundamental flow control structures and language elements that form the building blocks of Swift programs. We will specifically cover operators, branching statements, and loops in this lesson.
Lesson 3, Functions, Classes, and Structs, teaches you how to develop fully featured Swift functions, catch unexpected errors, and use asynchronous programming paradigms. You'll learn how to create your own data types, and create object-oriented applications using classes and structs.
Lesson 4, Collections, shows you how to work with Swift's collections, such as arrays, sets, and dictionaries.
Lesson 5, Strings, covers Swift strings in detail. We will create and use strings and substrings, and see the various common operations available for strings.
Lesson 6, Functional Programming and Lazy Operations, ventures at functional programming and explains what lazy operations are.
No comments:
Post a Comment