Learn Swift 2 on the Mac: For OS X and iOS
Autor Waqar Maliken Limba Engleză Paperback – 18 dec 2015
You'll start with the Swift Playground and an introduction to object-oriented programming so you can immediately see Swift in action. You then learn about all of the key language features like functions and closures, classes, methods, extensions, and how Swift works just as well as Objective-C when it comes to easy memory management with ARC.
Finally you'll learn how to use Swift alongside Objective-C as well as with Core Data, and you'll learn how to put all of the pieces together with a health app using Apple's HealthKit framework.
Preț: 237.36 lei
Preț vechi: 296.70 lei
-20% Nou
Puncte Express: 356
Preț estimativ în valută:
45.42€ • 47.14$ • 37.97£
45.42€ • 47.14$ • 37.97£
Carte tipărită la comandă
Livrare economică 12-18 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484216286
ISBN-10: 1484216288
Pagini: 232
Ilustrații: XXIII, 232 p. 57 illus.
Dimensiuni: 178 x 254 x 14 mm
Greutate: 0.46 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484216288
Pagini: 232
Ilustrații: XXIII, 232 p. 57 illus.
Dimensiuni: 178 x 254 x 14 mm
Greutate: 0.46 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Professional/practitionerCuprins
1. Hello Swift.- 2. The Swift Playground in Xcode.- 6. Accessing Swift’s Compiler and Interpreter: REPL.- 4. Introduction to Object-Oriented Programming.- 5. Constants, Variables, and Data Types.- 6. Operators.- 7. Flow Control.- 8. Functions and Closures.- 9. Classes and Structures.- 10. Methods.- 11. Access Control.- 12. Inheritance.- 13. Extensions.- 14. Memory Management and ARC.- 15. Protocols.- 16. Generics.- 17. Expressions.- 18. Interoperability with Objective-C.- 19. Mix and Match.- 20. Working with Core Data.- 21. Consuming RESTful Services.- 22. Bringing it All Together.
Notă biografică
Waqar Malik is a UNIX nerd and Macintosh fan, and has been for long time. He has been helping developers with Cocoa and UNIX since the early days of OS X, and now with iOS. He consults, and writes Cocoa apps for his own company, Crimson Research.
Caracteristici
Covers object-oriented basics with Swift and the Swift Playground Shows readers how to use key language features like functions and classes in Swift Shows readers how to mix and match Swift and Objective-C