Cargando…

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

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Scalzo, Giordano (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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