Cargando…

Mastering Swift 2 : dive into the latest release of the Swift programming language with this advanced Apple development book for creating exceptional iOS and OS X applications /

Dive into the latest release of the Swift programming language with this advanced Apple development book for creating exceptional iOS and osX applications About This Book Harness the latest and most advanced features of Swift 2 to develop quality iOS and OSX applications Comprehensive coverage of al...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hoffman, Jon (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2015.
Edición:Second edition.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn930602046
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 151130s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d YDXCP  |d IDEBK  |d N$T  |d OCLCF  |d TEFOD  |d COO  |d OCLCQ  |d OCLCO  |d DEBSZ  |d EBLCP  |d OCL  |d DEBBG  |d IDB  |d OCLCQ  |d MERUC  |d OCLCQ  |d OCLCO  |d CEF  |d OCLCQ  |d OCLCO  |d WYU  |d UAB  |d OCLCQ  |d OCLCO  |d QGK  |d OCLCQ  |d OCLCO  |d OCLCQ 
019 |a 928779471  |a 935250146  |a 1259065946 
020 |a 9781785888540  |q (electronic bk.) 
020 |a 1785888544  |q (electronic bk.) 
020 |a 1785886037 
020 |a 9781785886034 
020 |z 9781785886034 
029 1 |a AU@  |b 000057005444 
029 1 |a CHNEW  |b 000893898 
029 1 |a CHVBK  |b 374530556 
029 1 |a DEBBG  |b BV043968026 
029 1 |a DEBSZ  |b 46117295X 
029 1 |a DEBSZ  |b 485785129 
029 1 |a GBVCP  |b 882847767 
035 |a (OCoLC)930602046  |z (OCoLC)928779471  |z (OCoLC)935250146  |z (OCoLC)1259065946 
037 |a CL0500000677  |b Safari Books Online 
037 |a 6DD92A62-1396-44DD-A65A-7561B8F09153  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.73.S95 
072 7 |a COM  |x 051010  |2 bisacsh 
072 7 |a COM  |x 051370  |2 bisacsh 
082 0 4 |a 005.13/3  |2 23 
049 |a UAMI 
100 1 |a Hoffman, Jon,  |e author. 
245 1 0 |a Mastering Swift 2 :  |b dive into the latest release of the Swift programming language with this advanced Apple development book for creating exceptional iOS and OS X applications /  |c Jon Hoffman. 
246 3 |a Mastering Swift two 
250 |a Second edition. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from cover page (Safari, viewed November 23, 2015). 
500 |a Includes index. 
505 0 |a Cover ; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Taking the First Steps with Swift ; What is Swift?; Swift features; Playgrounds; Getting started with Playgrounds; iOS and OS X Playgrounds; Showing images in a Playground; Creating and displaying graphs in Playgrounds; What Playgrounds are not; Swift language syntax; Comments; Semicolons; Parentheses; Curly braces; An assignment operator does not return a value; Spaces are optional in conditional and assignment statements; Hello World; Summary. 
505 8 |a Chapter 2: Learning about Variables, Constants, Strings, and Operators Constants and variables; Defining constants and variables; Type safety; Type inference; Explicit types; Numeric types; Integers; Floating-point; The Boolean type; The string type; Optional variables; Enumerations; Operators; The assignment operator; Comparison operators; Arithmetic operators; The remainder operator; Increment and decrement operators; Compound assignment operators; The ternary conditional operator; The logical NOT operator; The logical AND operator; The logical OR operator; Summary. 
505 8 |a Chapter 3: Using Collections and Cocoa Data Types Swift collection types; Mutability; Arrays; Creating and initializing arrays; Accessing the array elements; Counting the elements of an array; Is the array empty?; Appending to an array; Inserting a value into an array; Replacing elements in an array; Removing elements from an array; Adding two arrays; Reversing an array; Retrieving a subarray from an array; Making bulk changes to an array; Algorithms for arrays; sortInPlace; sort; filter; map; forEach; Iterating over an array; Dictionaries; Creating and initializing dictionaries. 
505 8 |a Accessing dictionary valuesCounting key or values in a dictionary; Is the dictionary empty?; Updating the value of a key; Adding a key-value pair; Removing a key-value pair; Set; Initializing a set; Inserting items into a set; The number of items in a set; Checking whether a set contains an item; Iterating over a set; Removing items in a set; Set operations; Tuples; Using Cocoa data types; NSNumber; NSString; NSArray; NSDictionary; Foundation data types; Summary; Chapter 4: Control Flow and Functions ; What we have learned so far; Curly brackets; Parentheses; Control flow. 
505 8 |a Conditional statementsThe if statement; Conditional code execution with the if-else statement; The for loops; Using the for loop variant; Using the for-in loop variant; The while loop; Using the while loop; Using the repeat-while loop; The switch statement; Using case and where statements with conditional statements; Filtering with the where statement; Filtering with the for-case statement; Using the if-case statement; Control transfer statements; The continue statement; The break statement; The fallthrough statement; The guard statement; Functions; Using a single parameter function. 
520 |a Dive into the latest release of the Swift programming language with this advanced Apple development book for creating exceptional iOS and osX applications About This Book Harness the latest and most advanced features of Swift 2 to develop quality iOS and OSX applications Comprehensive coverage of all the advanced features of Swift and guidance on advanced design techniques Dive deep into protocol extensions, learn new error handling model, and use featured Swift design patterns to write more efficient code Who This Book Is For This book is for developers that want to dive into the newest version of Swift. If you want in-depth knowledge of some of the most sophisticated elements of Swift development including protocol extensions, error-handling, design patterns, and concurrency, Mastering Swift 2 gives you guidance on how to use and apply them in your own projects. What You Will Learn Dive into the core components of Swift 2 including operators, collections, control flow, and functions Create and use classes, structures, and enums including object-oriented topics such as inheritance, protocols, and extensions Develop a practical understanding of subscripts, optionals, and closures Learn how to use the new protocol extension and error handling features of Swift 2 Add concurrency to your applications using Grand Central Dispatch Master Objective-C interoperability with Mix and Match Access network resources using Swift Implement various standard design patterns in the Swift language In Detail At their Worldwide Developer's conference (WWDC) in 2015, Apple announced Swift 2, a major update to the innovative programming language they first unveiled to the world the year before. Swift 2 features exciting enhancements to the original iteration of Swift, acting, as Apple put it themselves as?a successor to the C and Objective-C languages.?? This book demonstrates how to get the most from these new features, and gives you the skills and knowledge you need to develop dynamic iOS and OS X applications. Learn how to harness the newest features of Swift 2 todevelop advanced applications on a wide range of platforms with this cutting-edge development guide. Exploring and demonstrating how to tackle advanced topics such as Objective-C interoperability, ARC, closures, and concurrency, you'll develop your Swift expertise and become even more fluent in this vital and innovative language. With examples that demonstrate how to put the concepts into practice, an ... 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a iOS (Electronic resource) 
630 0 0 |a iPhone OS. 
630 0 7 |a IOS (Electronic resource)  |2 fast  |0 (OCoLC)fst01784820 
630 0 7 |a IPhone OS.  |2 fast  |0 (OCoLC)fst01784838 
650 0 |a Swift (Computer program language) 
650 6 |a Swift (Langage de programmation) 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming  |x Apple Programming.  |2 bisacsh 
650 7 |a Swift (Computer program language)  |2 fast  |0 (OCoLC)fst01922222 
776 0 8 |i Print version:  |a Hoffman, Jon.  |t Mastering Swift 2.  |d Birmingham : Packt Publishing Ltd, ©2015  |z 9781785886034 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1091509  |z Texto completo 
938 |a EBSCOhost  |b EBSC  |n 1091509 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33109343 
938 |a YBP Library Services  |b YANK  |n 12687403 
994 |a 92  |b IZTAP