SWIFT 5.3 COOKBOOK -: recipes for solving common problems and tasks using swift 5.3.
Discover recipes for building feature-rich, reliable iOS native apps and explore the latest features in Swift 5.3 with the help of proven industry standard recipes, modern design techniques, and popular strategies Key Features Understand how closures work and make use of generics with protocols to w...
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
[S.l.] :
PACKT PUBLISHING LIMITED,
2021.
|
Ausgabe: | Second edition. |
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Discover recipes for building feature-rich, reliable iOS native apps and explore the latest features in Swift 5.3 with the help of proven industry standard recipes, modern design techniques, and popular strategies Key Features Understand how closures work and make use of generics with protocols to write flexible code Discover the fundamentals of Swift and build apps with frameworks such as Foundation, Networking, and UIKit Get to grips with the new features of Swift 5.3, including SwiftUI, CoreML and the Vision Framework Book DescriptionSwift is an exciting, multi-platform, general-purpose programming language, and with this book, you'll explore the features of its latest version, Swift 5.3. The book begins with an introduction to the basic building blocks of Swift 5.3, its syntax, and the functionalities of Swift constructs. You'll then discover how Swift Playgrounds provide an ideal platform to write, execute, and debug your Swift code. As you advance through the chapters, the book will show you how to bundle variables into tuples or sets, order your data with an array, store key-value pairs with dictionaries, and use property observers. You'll also get to grips with the decision-making and control structures in Swift, examine advanced features such as generics and operators, and explore functionalities outside of the standard library. Once you've learned how to build iOS applications using UIKit, you'll find out how to use Swift for server-side programming, run Swift on Linux, and investigate Vapor. Finally, you'll discover some of the newest features of Swift 5.3 using SwiftUI and Combine to build adaptive and reactive applications, and find out how to use Swift to build and integrate machine learning models along with Apple's Vision Framework. By the end of this Swift book, you'll have discovered solutions to boost your productivity while developing code using Swift 5.3. What you will learn Explore basic to advanced concepts in Swift 5.3 programming Understand conditional statements, loops, and how to handle errors in Swift Define flexible classes and structs using generics Use advanced operators and create custom ones Build iOS apps using the powerful features of UIKit or the new SwiftUI framework Import your own custom functionality into Swift Playgrounds Run Swift on Linux and investigate server-side programming with the server-side framework Vapor Use Swift to implement machine learning models using CoreML and Vision Who this book is for This book is for experienced iOS developers looking to learn about the diverse features offered by Swift 5.3, along with tips and tricks to efficiently code and build applications. Knowledge of general programming concepts will assist in understanding key concepts. |
Beschreibung: | 1 online resource |
ISBN: | 9781839210624 1839210621 |
Internformat
MARC
LEADER | 00000cam a2200000M 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1240380658 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 210303s2021 xx o 0|| 0 eng d | ||
040 | |a YDX |b eng |c YDX |d UAB |d N$T |d OCLCO |d OCLCF |d OCLCO |d OCLCQ |d IEEEE |d OCLCO |d OCLCL |d TMA |d OCLCQ | ||
019 | |a 1243426686 |a 1392362755 |a 1393310592 | ||
020 | |a 9781839210624 |q (electronic bk.) | ||
020 | |a 1839210621 |q (electronic bk.) | ||
020 | |z 1839211199 | ||
020 | |z 9781839211195 | ||
035 | |a (OCoLC)1240380658 |z (OCoLC)1243426686 |z (OCoLC)1392362755 |z (OCoLC)1393310592 | ||
037 | |a 10163123 |b IEEE | ||
050 | 4 | |a QA76.73 | |
082 | 7 | |a 005.133 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Moon, Keith, |e author. | |
245 | 1 | 0 | |a SWIFT 5.3 COOKBOOK - |h [electronic resource] : |b recipes for solving common problems and tasks using swift 5.3. |
246 | 1 | 4 | |a Swift cookbook |
250 | |a Second edition. | ||
260 | |a [S.l.] : |b PACKT PUBLISHING LIMITED, |c 2021. | ||
300 | |a 1 online resource | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
520 | |a Discover recipes for building feature-rich, reliable iOS native apps and explore the latest features in Swift 5.3 with the help of proven industry standard recipes, modern design techniques, and popular strategies Key Features Understand how closures work and make use of generics with protocols to write flexible code Discover the fundamentals of Swift and build apps with frameworks such as Foundation, Networking, and UIKit Get to grips with the new features of Swift 5.3, including SwiftUI, CoreML and the Vision Framework Book DescriptionSwift is an exciting, multi-platform, general-purpose programming language, and with this book, you'll explore the features of its latest version, Swift 5.3. The book begins with an introduction to the basic building blocks of Swift 5.3, its syntax, and the functionalities of Swift constructs. You'll then discover how Swift Playgrounds provide an ideal platform to write, execute, and debug your Swift code. As you advance through the chapters, the book will show you how to bundle variables into tuples or sets, order your data with an array, store key-value pairs with dictionaries, and use property observers. You'll also get to grips with the decision-making and control structures in Swift, examine advanced features such as generics and operators, and explore functionalities outside of the standard library. Once you've learned how to build iOS applications using UIKit, you'll find out how to use Swift for server-side programming, run Swift on Linux, and investigate Vapor. Finally, you'll discover some of the newest features of Swift 5.3 using SwiftUI and Combine to build adaptive and reactive applications, and find out how to use Swift to build and integrate machine learning models along with Apple's Vision Framework. By the end of this Swift book, you'll have discovered solutions to boost your productivity while developing code using Swift 5.3. What you will learn Explore basic to advanced concepts in Swift 5.3 programming Understand conditional statements, loops, and how to handle errors in Swift Define flexible classes and structs using generics Use advanced operators and create custom ones Build iOS apps using the powerful features of UIKit or the new SwiftUI framework Import your own custom functionality into Swift Playgrounds Run Swift on Linux and investigate server-side programming with the server-side framework Vapor Use Swift to implement machine learning models using CoreML and Vision Who this book is for This book is for experienced iOS developers looking to learn about the diverse features offered by Swift 5.3, along with tips and tricks to efficiently code and build applications. Knowledge of general programming concepts will assist in understanding key concepts. | ||
505 | 0 | |a Table of Contents Swift Building Blocks Mastering the Building Blocks Data Wrangling with Swift Control Flow Generics, Operators, and Nested Types Beyond the Standard Library Building iOS Apps with Swift Swift Playgrounds Server-Side Swift Performance and Responsiveness in Swift SwiftUI and Combine Framework Using CoreML and Vision in Swift. | |
650 | 0 | |a Swift (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh2015001571 | |
650 | 0 | |a Object-oriented programming (Computer science) |0 http://id.loc.gov/authorities/subjects/sh87007503 | |
650 | 6 | |a Swift (Langage de programmation) | |
650 | 6 | |a Programmation orientée objet (Informatique) | |
650 | 7 | |a Object-oriented programming (Computer science) |2 fast | |
650 | 7 | |a Swift (Computer program language) |2 fast | |
700 | 1 | |a Barker, Chris, |e author. | |
758 | |i has work: |a SWIFT 5.3 COOKBOOK - (Text) |1 https://id.oclc.org/worldcat/entity/E39PD3mjVXQ4BxQQ88BpJGJmtX |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |z 1839211199 |z 9781839211195 |w (OCoLC)1204144148 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2762115 |3 Volltext |
938 | |a YBP Library Services |b YANK |n 301961177 | ||
938 | |a EBSCOhost |b EBSC |n 2762115 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1240380658 |
---|---|
_version_ | 1816882540025217024 |
adam_text | |
any_adam_object | |
author | Moon, Keith Barker, Chris |
author_facet | Moon, Keith Barker, Chris |
author_role | aut aut |
author_sort | Moon, Keith |
author_variant | k m km c b cb |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73 |
callnumber-search | QA76.73 |
callnumber-sort | QA 276.73 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Table of Contents Swift Building Blocks Mastering the Building Blocks Data Wrangling with Swift Control Flow Generics, Operators, and Nested Types Beyond the Standard Library Building iOS Apps with Swift Swift Playgrounds Server-Side Swift Performance and Responsiveness in Swift SwiftUI and Combine Framework Using CoreML and Vision in Swift. |
ctrlnum | (OCoLC)1240380658 |
dewey-full | 005.133 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.133 |
dewey-search | 005.133 |
dewey-sort | 15.133 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | Second edition. |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05239cam a2200517M 4500</leader><controlfield tag="001">ZDB-4-EBA-on1240380658</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |n|||||||||</controlfield><controlfield tag="008">210303s2021 xx o 0|| 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">YDX</subfield><subfield code="b">eng</subfield><subfield code="c">YDX</subfield><subfield code="d">UAB</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">IEEEE</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">TMA</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1243426686</subfield><subfield code="a">1392362755</subfield><subfield code="a">1393310592</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781839210624</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1839210621</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1839211199</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781839211195</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1240380658</subfield><subfield code="z">(OCoLC)1243426686</subfield><subfield code="z">(OCoLC)1392362755</subfield><subfield code="z">(OCoLC)1393310592</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">10163123</subfield><subfield code="b">IEEE</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.73</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.133</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Moon, Keith,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">SWIFT 5.3 COOKBOOK -</subfield><subfield code="h">[electronic resource] :</subfield><subfield code="b">recipes for solving common problems and tasks using swift 5.3.</subfield></datafield><datafield tag="246" ind1="1" ind2="4"><subfield code="a">Swift cookbook</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Second edition.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">[S.l.] :</subfield><subfield code="b">PACKT PUBLISHING LIMITED,</subfield><subfield code="c">2021.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Discover recipes for building feature-rich, reliable iOS native apps and explore the latest features in Swift 5.3 with the help of proven industry standard recipes, modern design techniques, and popular strategies Key Features Understand how closures work and make use of generics with protocols to write flexible code Discover the fundamentals of Swift and build apps with frameworks such as Foundation, Networking, and UIKit Get to grips with the new features of Swift 5.3, including SwiftUI, CoreML and the Vision Framework Book DescriptionSwift is an exciting, multi-platform, general-purpose programming language, and with this book, you'll explore the features of its latest version, Swift 5.3. The book begins with an introduction to the basic building blocks of Swift 5.3, its syntax, and the functionalities of Swift constructs. You'll then discover how Swift Playgrounds provide an ideal platform to write, execute, and debug your Swift code. As you advance through the chapters, the book will show you how to bundle variables into tuples or sets, order your data with an array, store key-value pairs with dictionaries, and use property observers. You'll also get to grips with the decision-making and control structures in Swift, examine advanced features such as generics and operators, and explore functionalities outside of the standard library. Once you've learned how to build iOS applications using UIKit, you'll find out how to use Swift for server-side programming, run Swift on Linux, and investigate Vapor. Finally, you'll discover some of the newest features of Swift 5.3 using SwiftUI and Combine to build adaptive and reactive applications, and find out how to use Swift to build and integrate machine learning models along with Apple's Vision Framework. By the end of this Swift book, you'll have discovered solutions to boost your productivity while developing code using Swift 5.3. What you will learn Explore basic to advanced concepts in Swift 5.3 programming Understand conditional statements, loops, and how to handle errors in Swift Define flexible classes and structs using generics Use advanced operators and create custom ones Build iOS apps using the powerful features of UIKit or the new SwiftUI framework Import your own custom functionality into Swift Playgrounds Run Swift on Linux and investigate server-side programming with the server-side framework Vapor Use Swift to implement machine learning models using CoreML and Vision Who this book is for This book is for experienced iOS developers looking to learn about the diverse features offered by Swift 5.3, along with tips and tricks to efficiently code and build applications. Knowledge of general programming concepts will assist in understanding key concepts.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Table of Contents Swift Building Blocks Mastering the Building Blocks Data Wrangling with Swift Control Flow Generics, Operators, and Nested Types Beyond the Standard Library Building iOS Apps with Swift Swift Playgrounds Server-Side Swift Performance and Responsiveness in Swift SwiftUI and Combine Framework Using CoreML and Vision in Swift.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Swift (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2015001571</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Object-oriented programming (Computer science)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh87007503</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Swift (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Programmation orientée objet (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Object-oriented programming (Computer science)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Swift (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Barker, Chris,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">SWIFT 5.3 COOKBOOK - (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PD3mjVXQ4BxQQ88BpJGJmtX</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="z">1839211199</subfield><subfield code="z">9781839211195</subfield><subfield code="w">(OCoLC)1204144148</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2762115</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">301961177</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">2762115</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-on1240380658 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:30:13Z |
institution | BVB |
isbn | 9781839210624 1839210621 |
language | English |
oclc_num | 1240380658 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource |
psigel | ZDB-4-EBA |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | PACKT PUBLISHING LIMITED, |
record_format | marc |
spelling | Moon, Keith, author. SWIFT 5.3 COOKBOOK - [electronic resource] : recipes for solving common problems and tasks using swift 5.3. Swift cookbook Second edition. [S.l.] : PACKT PUBLISHING LIMITED, 2021. 1 online resource text txt rdacontent computer c rdamedia online resource cr rdacarrier Discover recipes for building feature-rich, reliable iOS native apps and explore the latest features in Swift 5.3 with the help of proven industry standard recipes, modern design techniques, and popular strategies Key Features Understand how closures work and make use of generics with protocols to write flexible code Discover the fundamentals of Swift and build apps with frameworks such as Foundation, Networking, and UIKit Get to grips with the new features of Swift 5.3, including SwiftUI, CoreML and the Vision Framework Book DescriptionSwift is an exciting, multi-platform, general-purpose programming language, and with this book, you'll explore the features of its latest version, Swift 5.3. The book begins with an introduction to the basic building blocks of Swift 5.3, its syntax, and the functionalities of Swift constructs. You'll then discover how Swift Playgrounds provide an ideal platform to write, execute, and debug your Swift code. As you advance through the chapters, the book will show you how to bundle variables into tuples or sets, order your data with an array, store key-value pairs with dictionaries, and use property observers. You'll also get to grips with the decision-making and control structures in Swift, examine advanced features such as generics and operators, and explore functionalities outside of the standard library. Once you've learned how to build iOS applications using UIKit, you'll find out how to use Swift for server-side programming, run Swift on Linux, and investigate Vapor. Finally, you'll discover some of the newest features of Swift 5.3 using SwiftUI and Combine to build adaptive and reactive applications, and find out how to use Swift to build and integrate machine learning models along with Apple's Vision Framework. By the end of this Swift book, you'll have discovered solutions to boost your productivity while developing code using Swift 5.3. What you will learn Explore basic to advanced concepts in Swift 5.3 programming Understand conditional statements, loops, and how to handle errors in Swift Define flexible classes and structs using generics Use advanced operators and create custom ones Build iOS apps using the powerful features of UIKit or the new SwiftUI framework Import your own custom functionality into Swift Playgrounds Run Swift on Linux and investigate server-side programming with the server-side framework Vapor Use Swift to implement machine learning models using CoreML and Vision Who this book is for This book is for experienced iOS developers looking to learn about the diverse features offered by Swift 5.3, along with tips and tricks to efficiently code and build applications. Knowledge of general programming concepts will assist in understanding key concepts. Table of Contents Swift Building Blocks Mastering the Building Blocks Data Wrangling with Swift Control Flow Generics, Operators, and Nested Types Beyond the Standard Library Building iOS Apps with Swift Swift Playgrounds Server-Side Swift Performance and Responsiveness in Swift SwiftUI and Combine Framework Using CoreML and Vision in Swift. Swift (Computer program language) http://id.loc.gov/authorities/subjects/sh2015001571 Object-oriented programming (Computer science) http://id.loc.gov/authorities/subjects/sh87007503 Swift (Langage de programmation) Programmation orientée objet (Informatique) Object-oriented programming (Computer science) fast Swift (Computer program language) fast Barker, Chris, author. has work: SWIFT 5.3 COOKBOOK - (Text) https://id.oclc.org/worldcat/entity/E39PD3mjVXQ4BxQQ88BpJGJmtX https://id.oclc.org/worldcat/ontology/hasWork Print version: 1839211199 9781839211195 (OCoLC)1204144148 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2762115 Volltext |
spellingShingle | Moon, Keith Barker, Chris SWIFT 5.3 COOKBOOK - recipes for solving common problems and tasks using swift 5.3. Table of Contents Swift Building Blocks Mastering the Building Blocks Data Wrangling with Swift Control Flow Generics, Operators, and Nested Types Beyond the Standard Library Building iOS Apps with Swift Swift Playgrounds Server-Side Swift Performance and Responsiveness in Swift SwiftUI and Combine Framework Using CoreML and Vision in Swift. Swift (Computer program language) http://id.loc.gov/authorities/subjects/sh2015001571 Object-oriented programming (Computer science) http://id.loc.gov/authorities/subjects/sh87007503 Swift (Langage de programmation) Programmation orientée objet (Informatique) Object-oriented programming (Computer science) fast Swift (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh2015001571 http://id.loc.gov/authorities/subjects/sh87007503 |
title | SWIFT 5.3 COOKBOOK - recipes for solving common problems and tasks using swift 5.3. |
title_alt | Swift cookbook |
title_auth | SWIFT 5.3 COOKBOOK - recipes for solving common problems and tasks using swift 5.3. |
title_exact_search | SWIFT 5.3 COOKBOOK - recipes for solving common problems and tasks using swift 5.3. |
title_full | SWIFT 5.3 COOKBOOK - [electronic resource] : recipes for solving common problems and tasks using swift 5.3. |
title_fullStr | SWIFT 5.3 COOKBOOK - [electronic resource] : recipes for solving common problems and tasks using swift 5.3. |
title_full_unstemmed | SWIFT 5.3 COOKBOOK - [electronic resource] : recipes for solving common problems and tasks using swift 5.3. |
title_short | SWIFT 5.3 COOKBOOK - |
title_sort | swift 5 3 cookbook recipes for solving common problems and tasks using swift 5 3 |
title_sub | recipes for solving common problems and tasks using swift 5.3. |
topic | Swift (Computer program language) http://id.loc.gov/authorities/subjects/sh2015001571 Object-oriented programming (Computer science) http://id.loc.gov/authorities/subjects/sh87007503 Swift (Langage de programmation) Programmation orientée objet (Informatique) Object-oriented programming (Computer science) fast Swift (Computer program language) fast |
topic_facet | Swift (Computer program language) Object-oriented programming (Computer science) Swift (Langage de programmation) Programmation orientée objet (Informatique) |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2762115 |
work_keys_str_mv | AT moonkeith swift53cookbookrecipesforsolvingcommonproblemsandtasksusingswift53 AT barkerchris swift53cookbookrecipesforsolvingcommonproblemsandtasksusingswift53 AT moonkeith swiftcookbook AT barkerchris swiftcookbook |