Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Programming Swift! Mac Apps 1 Swift 3 Edition

Posted By: AlenMiler
Programming Swift! Mac Apps 1 Swift 3 Edition

Programming Swift! Mac Apps 1 Swift 3 Edition by Nick Smith
English | December 6, 2016 | ISBN-13: 9788799670192 | 560 pages | AZW3 | 10 Mb

Programming Swift! Mac Apps 1 - Swift 3 Edition is all about getting started building Mac applications with Xcode and Swift 3.

The book covers visual programming with storyboards and interface builder. You’ll be working with latest version of Xcode and Swift, building modern Mac applications.

The book has 17 hands on chapters and several projects that you will build from the ground up. You’ll start building small, throw-away demo apps that focus on a new topic then you’ll build a complete app that combines these topics and shows you how to put them together in a real application.

You will learn about:

App architecture and building blocks.
MVC.
Outlets, Actions.
Cocoa application storyboards, scenes and segues.
The assistant editor and manual code connections.
Application life cycles, app delegate events and view events.
The Xcode object library, sender objects, dual personality connections.
Auto Layout and the stack view system.
Basic debugging.
Programming for the responder chain and first responder object
Menus and toolbars.
The app About Box
Applications with multiple views and windows.
Tabbed views and relationship segues.
More segues for panels, alerts, sheets and the representedObject.
File Open/Save panels, file manager objects and image controls.
Xcode Asset Catalog and a larger project app: Asset Maker (you’ll build an app that can create icons for your projects).
The user defaults class - saving application settings and adding a preferences pane.
Introduction to data sources and delegates.
Use data-driven combo-box.
Data models, build a Swift singleton class to act as the Model in MVC.
Database apps
Table Views - both cell based and view based table views that persist data to XML
The all new, modern NSCollectionView with delegates, data sources and flow layout.