Getting started with Swift language

Table of contents

  • About
  • Getting started with Swift Language
  • Remarks
  • Other Resources
  • Versions
  • Examples
  • Your first Swift program
  • Installing Swift
  • Your first program in Swift on a Mac (using a Playground)
  • Your first program in Swift Playgrounds app on iPad
  • Optional Value and Optional enum
  • (Unsafe) Buffer Pointers
  • Introduction
  • Remarks
  • Examples
  • UnsafeMutablePointer
  • Practical Use-Case for Buffer Pointers
  • Access Control
  • Syntax
  • Remarks
  • Examples
  • Basic Example using a Struct
  • Car.make (public)
  • Car.model (internal)
  • Car.otherName (fileprivate)
  • Car.fullName (private)
  • Subclassing Example
  • Getters and Setters Example
  • Advanced Operators
  • Examples
  • (Unsafe) Buffer Pointers
  • Advanced Operators
  • Algorithms with Swift
  • Associated Objects
  • Booleans
  • Classes
  • Completion Handler
  • Conditionals
  • Dependency Injection
  • Design Patterns - Structural
  • Documentation markup
  • Error Handling
  • Function as first class citizens in Swift
  • Functions
  • Generics
  • Initializers
  • Loops
  • Method Swizzling
  • Numbers
  • OptionSet
  • Performance
  • Reading & Writing JSON
  • RxSwift
  • Strings and Characters
  • Style Conventions
  • Swift HTTP server by Kitura
  • Switch
  • Tuples
  • Typealias
  • Working with C and Objective-C

It is a free Swift ebook created for beginners. The content is extracted from Stack Overflow pltaform, which is written by many Swift developers and contributors.

The content is released under Creative Commons BY-SA

Size : 3.26MB
File type : pdf
Downloads: 129
Created: 2019-05-02

Others Swift Tutorials

Exploring Swift

Essential Swift

Swift Programming Tutorial

Others related eBooks about Getting started with Swift language

Learning amazon-dynamodb PDF course

Download free Amazon dynamodb tutorial course in PDF, training file in 6 chapters and 20 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

XML messaging with SOAP

This PDF tutorial gives a hands-on introduction to using the Simple Object Access Protocol (SOAP) for communication between components....

Learning C++

Download free course Learning C++, pdf file on 897 pages by Stack Overflow Community....

A Whirlwind Tour of Python

A Whirlwind Tour of Python is a fast-paced introduction to essential features of the Python language, aimed at researchers and developers who are already familiar with programming in another language. The material is particularly designed for those who wish to use Python for data science and/or scie...

Ruby Regexp

Download free course Ruby Regexp, pdf file on 72 pages by Sundeep Agarwal....

Objective-C tutorial for professionals

Download free Objective-C tutorial course in PDF, training file in 51 chapters and 129 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Building Skills in Python: A Programmer's Introduction to Python

This book is a complete presentation of the Python language. It is oriented toward learning, which involves accumulating many closely intertwined concepts. In our experience teaching, coaching and doing programming, there is an upper limit on the "clue absorption rate". In order to keep within thi...

Fast Lane to Python

This book aims to enable the reader to quickly acquire a Python foundation. The material particularly feel quite comfortable to anyone with background in an object-oriented programming (OOP) language such as C++ or Java....

How To Code in Python 3

An introduction to computer programming with Python 3. Helps the readers in learning the key concepts of Python and understanding how programs work while also imparting foundational logic that can serve the readers in other domains....

Akka.NET Succinctly

Download free course Akka.NET Succinctly, pdf file on 121 pages by by Zoran Maksimovic....