Cargando…

Beginning Swift [Book] : Master the fundamentals of programming in Swift 4.

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Morstøl, Kåre
Otros Autores: Kerr, Robert
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2018.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Mi 4500
001 EBOOKCENTRAL_on1039689607
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |n|---|||||
008 180609s2018 enk o 000 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d MERUC  |d IDB  |d CHVBK  |d OCLCO  |d NLE  |d OCLCQ  |d VT2  |d C6I  |d OCLCQ  |d UX1  |d K6U  |d OCLCO  |d OCLCQ  |d OCLCL 
019 |a 1103258329  |a 1175628924 
020 |a 9781789538649 
020 |a 1789538645 
020 |a 9781789534313 
020 |a 1789534313  |q (Trade Paper) 
024 3 |a 9781789534313 
029 1 |a CHNEW  |b 001016543 
029 1 |a CHVBK  |b 523135408 
029 1 |a AU@  |b 000067288784 
035 |a (OCoLC)1039689607  |z (OCoLC)1103258329  |z (OCoLC)1175628924 
037 |a B11403  |b 01201872 
050 4 |a QA76.73.S95  |b .K477 2018eb 
082 0 4 |a 005.3  |2 23 
049 |a UAMI 
100 1 |a Morstøl, Kåre. 
245 1 0 |a Beginning Swift [Book] :  |b Master the fundamentals of programming in Swift 4. 
260 |a Birmingham :  |b Packt Publishing,  |c 2018. 
300 |a 1 online resource (196 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Print version record. 
505 0 |a 978-1-78953-431-3-cov -- high res; 978-1-78953-431-3-ebook; Preface; Swift Basics; Swift Program Structure; Hello, World!; Swift Variables and Constants; Declaring Swift Variables; Variables Versus Constants; Type Inference; Variable Naming; Working with Variables; Tuples; Creating a Tuple; Optionals; Declaring an Optional; Working with Optionals; Optional nil Values; Accessing Optional Values; Force Unwrapping an Optional; Conditionally Unwrapping Optionals; The Swift guard Statement; Activity B: Variable Summary; Swift Data Types; Numeric Data Types; Int on 64-Bit Versus 32-Bit Platforms. 
505 8 |a Built-In Numeric Data TypesChoosing the Appropriate Numeric Data Type; Declaring and Assigning Integer Variables; Declaring and Assigning Floating Point Numbers; Numeric Literal Grouping; Numeric Type Conversions; Boolean; Character; Assigning a Character; Constructing a Character Literal; String; Instantiating a String; String Concatenation; Extracting Characters; String Length; Activity C: Data Type Summary; Enums; Basic Enum Syntax; Enum with Raw Values; Activity D: Using Swift Enums; Summary; Swift Operators and Control Flow; Swift Operators; Assignment Operator; Arithmetic Operators. 
505 8 |a Standard Arithmetic OperatorsRemainder Operator; Unary minus Operator; Compound Assignment Operators; Comparison Operators; Equality; Inequality; Comparison between Two Values; Ternary Conditional Operator; Logical Operators; Bitwise Operators; Nil-Coalescing Operator; Range Operators; Closed Range Operator; Half-Open Range Operator; One-Sided Range Operator; Activity A: Operators; Branching; The if Statement; Condition Lists; Optional Unwrapping with if; The switch Statement; switch Statement Rules; The break Keyword; The fallthrough Keyword; Matching Non-Scalar Values. 
505 8 |a Multiple Patterns in a Single CaseUsing the where Statement within case; Evaluating Optionals with a switch Statement; Activity B: Converting Code from if to switch; Loops; The for ... in Statement; Iterating over Objects; Iterating over Array Objects with index; The for Loop where Clause; The break Control Transfer Statement; The continue Control Transfer Statement; The while Loop; The repeat ... while Loop; Activity C: Implementing Loops; Summary; Functions, Classes, and Structs; Functions; Defining a Function; Argument Labels; Excluding Argument Labels; Parameter Default Values. 
505 8 |a Activity A: Implementing a FunctionReturning Values from Functions; Using @discardableResult; Function Attributes; Variadic Parameters; inout Parameters; Recursion; Functions as Parameters; Closures; Creating a Function to Receive Content from an Asynchronous Web Service Call; Error Handling; The do ... catch Statement; Multiple catch Blocks; Using do without catch; The guard Statement; Activity B: Exception Handling; Object-Oriented Features; Object-Oriented Principles; Classes Versus Structs; Defining Classes and Structures; Activity C: Creating a Customer Struct and Class; Summary; Challenge. 
500 |a Collections. 
500 |a NA. 
520 8 |a Annotation  |b Swift greatly simplifies the process of developing applications for Apple devices. This course helps you develop client-side and server-side applications, as well as web services using Swift. Key FeaturesTeaches you how to correctly structure and architect software using SwiftUses real-world examples to connect the theory to a professional settingImparts expertise in the core Swift standard libraryBook DescriptionTake your first foray into programming for Apple devices with Swift. Swift is fundamentally different from Objective-C, as it is a protocol-oriented language. While you can still write normal object-oriented code in Swift, it requires a new way of thinking to take advantage of its powerful features and a solid understanding of the basics to become productive. What you will learnExplore the fundamental Swift programming concepts, language structure, and the Swift programming syntaxLearn how Swift compares to other computer languages and how to transform your thinking to leverage new concepts such as optionals and protocolsMaster how to use key language elements, such as strings and collectionsGrasp how Swift supports modern application development using advanced features, such as built-in Unicode support and higher-order functionsWho this book is forIf you are seeking fundamental Swift programming skills, in preparation for learning to develop native applications for iOS or macOS, this book is the best for you. You don't need to have any prior Swift knowledge; however, object-oriented programming experience is desired. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Swift. 
650 0 |a Mobile computing  |x Programming. 
650 6 |a Informatique mobile  |x Programmation. 
650 7 |a Information technology: general issues.  |2 bicssc 
650 7 |a Computer science.  |2 bicssc 
650 7 |a Computer programming  |x software development.  |2 bicssc 
650 7 |a Computers  |x General.  |2 bisacsh 
650 7 |a Computers  |x Computer Science.  |2 bisacsh 
650 7 |a Computers  |x Programming  |x General.  |2 bisacsh 
700 1 |a Kerr, Robert. 
758 |i has work:  |a Beginning Swift (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCG8DbrWB89jXKTcM6kt83P  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Morstøl, Kåre.  |t Beginning Swift [Book] : Master the fundamentals of programming in Swift 4.  |d Birmingham : Packt Publishing, ©2018 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=5405684  |z Texto completo 
938 |a EBL - Ebook Library  |b EBLB  |n EBL5405684 
994 |a 92  |b IZTAP