Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

SWIFT PROGRAMMING. THE BIG NERD RANCH GUIDE
Título:
SWIFT PROGRAMMING. THE BIG NERD RANCH GUIDE
Subtítulo:
Autor:
MATHIAS, M
Editorial:
PEARSON
Año de edición:
2016
Materia
MACINTOSH
ISBN:
978-0-13-439801-3
Páginas:
400
36,50 €

 

Sinopsis

Through the authors´ carefully constructed explanations and examples, you will develop an understanding of Swift grammar and the elements of effective Swift style. Written for Swift 2.0, the book is also compatible with Swift 2.1. You will also learn how to navigate Xcode 7 and get the most out of Apple´s documentation. Throughout the book, the authors share their insights into Swift to ensure that you understand the hows and whys of Swift and can put that understanding to use in different contexts.
After working through this book, you will have the knowledge and confidence to develop your own solutions to a wide range of programming challenges using Swift.



Chapter 1: Getting Started
Chapter 2: Types, Constants, and Variables
Chapter 3: Conditionals
Chapter 4: Numbers
Chapter 5: Switch
Chapter 6: Loops
Chapter 7: Strings
Chapter 8: Optionals
Chapter 9: Arrays
Chapter 10: Dictionaries
Chapter 11: Sets
Chapter 12: Functions
Chapter 13: Closures
Chapter 14: Enumerations
Chapter 15: Structs and Classes
Chapter 16: Properties
Chapter 17: Initialization
Chapter 18: Protocols
Chapter 19: Extensions
Chapter 20: Generics
Chapter 21: Memory Management and ARC
Chapter 22: Equatable and Comparable
Chapter 23: Your First Cocoa Application
Chapter 24: Your First iOS Application
Chapter 25: Interoperability