Beginning Xcode /

Saved in:
Bibliographic Details
Author / Creator:Knott, Matthew, author.
Edition:Swift edition.
Imprint:[Berkeley] : Apress, 2014.
New York, NY : Distributed to the Book trade worldwide by Springer.
©2014
Description:1 online resource
Language:English
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/11090657
Hidden Bibliographic Details
ISBN:9781484205389
1484205383
1484205391
9781484205396
9781484205396
Notes:Includes index.
Online resource; title from PDF title page (SpringerLink, viewed January 6, 2015).
Summary:Beginning Xcode, Swift Edition will not only get you up and running with Apple's latest version of Xcode, but it also shows you how to use Swift in Xcode and includes a variety of projects to build. If you already have some programming experience with iOS SDK and Objective-C, but want a more in-depth tutorial on Xcode, especially Xcode with Apple?s new programming language, Swift, then Beginning Xcode, Swift Edition is for you. The book focuses on the new technologies, tools and features that Apple has bundled into the new Xcode 6, to complement the latest iOS 8 SDK. By the end of this book, you'll have all of the skills and a variety of examples to draft from to get your Swift app from idea to App Store with all the power of Xcode.
Other form:Printed edition: 9781484205396
Standard no.:10.1007/978-1-4842-0538-9

MARC

LEADER 00000cam a2200000Ii 4500
001 11090657
005 20170630044537.1
006 m o d
007 cr cnu|||unuuu
008 150105s2014 cau o 001 0 eng d
003 ICU
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d GW5XE  |d N$T  |d YDXCP  |d CDX  |d COO  |d UMI  |d E7B  |d B24X7  |d IDEBK  |d DEBBG  |d EBLCP  |d OCLCQ  |d UAB  |d Z5A 
019 |a 900898165  |a 908083081 
020 |a 9781484205389  |q (electronic bk.) 
020 |a 1484205383  |q (electronic bk.) 
020 |a 1484205391  |q (print) 
020 |a 9781484205396  |q (print) 
020 |z 9781484205396 
024 7 |a 10.1007/978-1-4842-0538-9  |2 doi 
035 |a (OCoLC)899211352  |z (OCoLC)900898165  |z (OCoLC)908083081 
037 |a CL0500000541  |b Safari Books Online 
050 4 |a QA76.76.O63 
072 7 |a COM  |x 051370  |2 bisacsh 
049 |a MAIN 
100 1 |a Knott, Matthew,  |e author.  |0 http://id.loc.gov/authorities/names/nb2016004932  |1 http://viaf.org/viaf/1586145856898522920074 
245 1 0 |a Beginning Xcode /  |c Matthew Knott. 
250 |a Swift edition. 
264 1 |a [Berkeley] :  |b Apress,  |c 2014. 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer. 
264 4 |c ©2014 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent  |0 http://id.loc.gov/vocabulary/contentTypes/txt 
337 |a computer  |b c  |2 rdamedia  |0 http://id.loc.gov/vocabulary/mediaTypes/c 
338 |a online resource  |b cr  |2 rdacarrier  |0 http://id.loc.gov/vocabulary/carriers/cr 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (SpringerLink, viewed January 6, 2015). 
520 |a Beginning Xcode, Swift Edition will not only get you up and running with Apple's latest version of Xcode, but it also shows you how to use Swift in Xcode and includes a variety of projects to build. If you already have some programming experience with iOS SDK and Objective-C, but want a more in-depth tutorial on Xcode, especially Xcode with Apple?s new programming language, Swift, then Beginning Xcode, Swift Edition is for you. The book focuses on the new technologies, tools and features that Apple has bundled into the new Xcode 6, to complement the latest iOS 8 SDK. By the end of this book, you'll have all of the skills and a variety of examples to draft from to get your Swift app from idea to App Store with all the power of Xcode. 
505 0 |a At a Glance; Introduction; Part 1: Getting Acquainted; Chapter 1: Welcome to Xcode; What Is Xcode?; What Is Swift?; Why Choose Xcode?; Prior Assumptions; What's Covered in This Book; Part 1: Getting Acquainted; Part 2: Diving Deeper; Getting and Installing Xcode; Firing Up Xcode; Apple's Resources for Developers; The Dev Center; Your Developer Account; Source Code; Additional Resources; Summary; Chapter 2: Diving Right In; Creating Your First Xcode Project; The Project; Designing the Interface; Making Connections; Running and Testing; Adding Files; Organizing Files in Xcode; Summary. 
505 8 |a Chapter 3: Project Templates and Getting AroundProject Templates; Master Detail View; Page-Based Applications; Single View Applications; Tabbed Applications; Games; OpenGL ES; Sprite Kit; Scene Kit; Metal; Template Selection; Getting Around; Navigators; Toolbar; Editor; Standard Editor; Assistant Editor; Version Editor; Utilities; Configuring the Second View Controller; Debugging Area; Summary; Chapter 4: Building Interfaces; Getting Ready; Adding Tab Bar Icons to an Asset Catalog; Before You Start ... ; Building the Interface; Setting the Tab Icons; Tracking Location with the Track It Tab. 
505 8 |a UITextViews and UISwitchesAdding Frameworks to a Project; Simulating a Location; Mixing Colors with the Slide It Tab; The UITextViewDelegate Implementation; Adding "Off the Menu" Controls; Alert Views and Action Sheets with UIAlertController; Building the Action Tab Interface; Changing the Interface with Code; Buttons and iOS 8; Summary; Chapter 5: Getting Help and Code Completion; Getting Help; Creating the Project; Downloading Additional Documentation; Quick Help; Documentation Viewer; Toolbar; The Navigator Sidebar; Adding a Bookmark; Viewing Your Bookmarks; The Table of Contents Sidebar. 
505 8 |a Quickly Accessing DocumentationApple's Web Site; Code Completion; Opening Web Sites in Safari; Sending an E-mail with MFMailComposeViewController; Sending a Text Message; Building the Interface; Making Connections; Running the Application; Summary; Chapter 6: Constraints; Understanding Auto Layout; Building an Authentication View; Design Considerations; Debugging Views in Xcode; Manually Adding Constraints; Specifying Constraints with the Align Menu; Specifying Constraints with the Pin Menu; Automatically Adding Constraints; Adding Missing Constraints; Updating Constraints. 
505 8 |a Previewing Your LayoutSize Classes; Finishing Touches; Customizing Text Fields; Hiding Passwords; Configuring a Text Field for E-mail Addresses; Navigating Forms; Summary; Part 2: Diving Deeper; Chapter 7: Storyboards; A Brief History of Storyboards; Creating a New Project Called SocialApp; Creating View Controllers; The Model-View- Controller Design Pattern; Subclassing UIViewController; Subclassing UITableViewController; Pairing the View to the Controller; Understanding Inheritance; Building Up the Storyboard; Linking Scenes and Building Interfaces; What Are Segues? 
630 0 0 |a Xcode.  |0 http://id.loc.gov/authorities/names/no2011164965 
650 0 |a Application software  |x Development.  |0 http://id.loc.gov/authorities/subjects/sh95009362 
650 0 |a Macintosh (Computer)  |0 http://id.loc.gov/authorities/subjects/sh85079404 
650 0 |a iPhone (Smartphone)  |x Programming. 
650 0 |a iPad (Computer)  |x Programming. 
650 4 |a Computer science. 
650 7 |a COMPUTERS  |x Programming  |x Macinstosh.  |2 bisacsh 
655 4 |a Electronic books. 
630 0 7 |a Xcode.  |2 fast  |0 http://id.worldcat.org/fast/fst01796439  |0 http://id.worldcat.org/fast/1796439 
650 7 |a Application software  |x Development.  |2 fast  |0 http://id.worldcat.org/fast/fst00811707 
650 7 |a Macintosh (Computer)  |2 fast  |0 http://id.worldcat.org/fast/fst01005130 
776 0 8 |i Printed edition:  |z 9781484205396 
856 4 0 |u http://link.springer.com/10.1007/978-1-4842-0538-9  |y SpringerLink 
903 |a HeVa 
929 |a eresource 
999 f f |i c73f63aa-29df-53ca-be8f-4789b828cea2  |s 121cf881-5866-5ac9-ab06-53ee32f55552 
928 |t Library of Congress classification  |a QA76.76.O63  |l Online  |c UC-FullText  |u http://link.springer.com/10.1007/978-1-4842-0538-9  |z SpringerLink  |g ebooks  |i 9904028