Swift for dummies
Get up and running with Swift-swiftly Brimming with expert advice and easy-to-follow instructions,Swift For Dummies shows new and existing programmers how toquickly port existing Objective-C applications into Swift and getinto the swing of the new language like a pro. Designed from theground up to...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Hoboken, NJ :
John Wiley & Sons, Inc
[2015]
|
Edición: | 1st edition |
Colección: | --For dummies.
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629567506719 |
Tabla de Contenidos:
- Title Page; Copyright Page; Contents at a Glance; Table of Contents; Introduction; About This Book; Conventions Used in This Book; Foolish Assumptions; Icons Used in This Book; Beyond the Book; Where to Go from Here; Part I Getting Started with Swift; Chapter 1 Setting Up an Xcode Swift Project; Looking Ahead to the End; Working with Swift; Getting the Developer Tools; Setting Up Your Mac; Registering as a developer; Preparing your credentials; Choosing your program; Planning Your Environment; Using source control; Using GitHub; Organizing files; Preparing for environmental changes
- Setting and confirming location settings in iOS Simulator and on devicesMaking the app display the user's location (Part 1: Core Location); Making the app display the user's location (Part 2: MapKit); Storing the user's location (Core Data); Displaying the stored location; Testing the App with Location Data; Part II Introducing Actions; Chapter 5 Operating on Data; Classifying Operators; Answering Syntax Questions with Playgrounds; Clearing the Way for Operators; Assigning Values with Assignment Operators; Counting On Arithmetic Operators for Math; Addition
- Decomposing a tuple