Chargement en cours…

Swift 2 by example : create robust and extensible iOS apps using the advanced features of Swift 2 /

Annotation

Détails bibliographiques
Cote:Libro Electrónico
Auteur principal: Scalzo, Giordano (Auteur)
Format: Électronique eBook
Langue:Inglés
Publié: Birmingham, UK : Packt Publishing, 2016.
Collection:Community experience distilled.
Sujets:
Accès en ligne:Texto completo
Texto completo
Table des matières:
  • Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Welcome to the World of Swift; The first look at Swift; Let's go to the playground; The building blocks
  • variables and constants; Collecting variables in containers; Controlling the flow; Transforming the values using functions; Structs
  • custom compound types; Classes
  • common behavior objects; Loose coupling with protocols; Composing objects using protocol extensions; Checking the existence of an optional value; Enumerations on steroids; Extended pattern matching