IOS 14 programming fundamentals with Swift Swift, Xcode, and Cocoa basics
Move into iOS development by getting a firm grasp of its fundamentals, including the Xcode 12 IDE, Cocoa Touch, and the latest version of Apple’s acclaimed programming language, Swift 5.3. With this thoroughly updated guide, you’ll learn the Swift language, understand Apple’s Xcode development tools...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Beijing :
O'Reilly
[2021]
|
Edición: | Seventh edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630891606719 |
Tabla de Contenidos:
- Language. The architecture of Swift ; Functions ; Variables and simple types ; Object types ; Flow control and more
- IDE. Anatomy of an Xcode project ; Nib files ; Documentation ; Life cycle of a project
- Cocoa. Cocoa classes ; Cocoa events ; Memory management ; Communication between objects.