SWIFTUI COOKBOOK: a best practice guide to solving the most common problems in using swiftui.
Unleash the power of declarative programming in SwiftUI by building cross-platform Apple apps for iOS 15, macOS, and watchOS using Swift 5.5, Xcode 13, and SwiftUI 3 Key Features Apply the declarative programming paradigm to build cross-platform UIs for Apple devices Learn to integrate UIkit, Core D...
Gespeichert in:
1. Verfasser: | |
---|---|
Weitere Verfasser: | |
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
[S.l.] :
PACKT PUBLISHING LIMITED,
2021.
|
Ausgabe: | Second edition. |
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Unleash the power of declarative programming in SwiftUI by building cross-platform Apple apps for iOS 15, macOS, and watchOS using Swift 5.5, Xcode 13, and SwiftUI 3 Key Features Apply the declarative programming paradigm to build cross-platform UIs for Apple devices Learn to integrate UIkit, Core Data, Firebase, and Sign in with Apple with SwiftUI Adopt the new SwiftUI 3.0 features to build visually appealing UIs speedily Book DescriptionSwiftUI provides an innovative and simple way to build beautiful user interfaces (UIs) for all Apple platforms, from iOS and macOS through to watchOS and tvOS, using the Swift programming language. In this recipe-based cookbook, you'll cover the foundations of SwiftUI as well as the new SwiftUI 3 features introduced in iOS 15 and explore a range of essential techniques and concepts that will help you through the development process. The cookbook begins by explaining how to use basic SwiftUI components. Once you've learned the core concepts of UI development, such as Views, Controls, Lists, and ScrollViews, using practical implementations in Swift, you'll advance to adding useful features to SwiftUI using drawings, built-in shapes, animations, and transitions. You'll understand how to integrate SwiftUI with exciting new components in the Apple development ecosystem, such as Combine for managing events and Core Data for managing app data. Finally, you'll write iOS, macOS, and watchOS apps by sharing the same SwiftUI codebase. By the end of this SwiftUI book, you'll have discovered a range of simple, direct solutions to common problems encountered when building SwiftUI apps. What you will learn Explore various layout presentations in SwiftUI such as HStack, VStack, LazyHStack, and LazyVGrid Create widgets to quickly display relevant content at glance Get up to speed with drawings in SwiftUI using built-in shapes, custom paths, and polygons Discover modern animation and transition techniques in SwiftUI Add user authentication using Firebase and Sign in with Apple Manage concurrency with Combine and async/await in SwiftUI Solve the most common SwiftUI problems, such as integrating a MapKit map, unit testing, snapshot testing, and previewing layouts Who this book is for This book is for mobile developers who want to learn SwiftUI as well as experienced iOS developers transitioning from UIkit to SwiftUI. The book assumes knowledge of the Swift programming language. Knowledge of object-oriented design and data structures will be useful but not necessary. You'll also find this book to be a helpful resource if you're looking for reference material regarding the implementation of various features in SwiftUI. |
Beschreibung: | 1 online resource |
ISBN: | 9781803240435 1803240431 |
Internformat
MARC
LEADER | 00000cam a2200000M 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1283948766 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 211107s2021 xx o 0|| 0 eng d | ||
040 | |a YDX |b eng |c YDX |d N$T |d OCLCF |d OCLCO |d OCLCQ |d IEEEE |d OCLCO |d OCLCL |d OCLCQ | ||
019 | |a 1283141807 |a 1283818799 | ||
020 | |a 9781803240435 |q (electronic bk.) | ||
020 | |a 1803240431 |q (electronic bk.) | ||
020 | |z 1803234458 | ||
020 | |z 9781803234458 | ||
035 | |a (OCoLC)1283948766 |z (OCoLC)1283141807 |z (OCoLC)1283818799 | ||
037 | |a 10162320 |b IEEE | ||
050 | 4 | |a QA76.73.S95 | |
082 | 7 | |a 006.76 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Scalzo, Giordano. | |
245 | 1 | 0 | |a SWIFTUI COOKBOOK |h [electronic resource] : |b a best practice guide to solving the most common problems in using swiftui. |
250 | |a Second edition. | ||
260 | |a [S.l.] : |b PACKT PUBLISHING LIMITED, |c 2021. | ||
300 | |a 1 online resource | ||
520 | |a Unleash the power of declarative programming in SwiftUI by building cross-platform Apple apps for iOS 15, macOS, and watchOS using Swift 5.5, Xcode 13, and SwiftUI 3 Key Features Apply the declarative programming paradigm to build cross-platform UIs for Apple devices Learn to integrate UIkit, Core Data, Firebase, and Sign in with Apple with SwiftUI Adopt the new SwiftUI 3.0 features to build visually appealing UIs speedily Book DescriptionSwiftUI provides an innovative and simple way to build beautiful user interfaces (UIs) for all Apple platforms, from iOS and macOS through to watchOS and tvOS, using the Swift programming language. In this recipe-based cookbook, you'll cover the foundations of SwiftUI as well as the new SwiftUI 3 features introduced in iOS 15 and explore a range of essential techniques and concepts that will help you through the development process. The cookbook begins by explaining how to use basic SwiftUI components. Once you've learned the core concepts of UI development, such as Views, Controls, Lists, and ScrollViews, using practical implementations in Swift, you'll advance to adding useful features to SwiftUI using drawings, built-in shapes, animations, and transitions. You'll understand how to integrate SwiftUI with exciting new components in the Apple development ecosystem, such as Combine for managing events and Core Data for managing app data. Finally, you'll write iOS, macOS, and watchOS apps by sharing the same SwiftUI codebase. By the end of this SwiftUI book, you'll have discovered a range of simple, direct solutions to common problems encountered when building SwiftUI apps. What you will learn Explore various layout presentations in SwiftUI such as HStack, VStack, LazyHStack, and LazyVGrid Create widgets to quickly display relevant content at glance Get up to speed with drawings in SwiftUI using built-in shapes, custom paths, and polygons Discover modern animation and transition techniques in SwiftUI Add user authentication using Firebase and Sign in with Apple Manage concurrency with Combine and async/await in SwiftUI Solve the most common SwiftUI problems, such as integrating a MapKit map, unit testing, snapshot testing, and previewing layouts Who this book is for This book is for mobile developers who want to learn SwiftUI as well as experienced iOS developers transitioning from UIkit to SwiftUI. The book assumes knowledge of the Swift programming language. Knowledge of object-oriented design and data structures will be useful but not necessary. You'll also find this book to be a helpful resource if you're looking for reference material regarding the implementation of various features in SwiftUI. | ||
505 | 0 | |a Table of Contents Using the Basic SwiftUI Views and Controls Going Beyond the Single Component with Lists and Scroll Views Exploring Advanced Components Viewing while Building with SwiftUI Preview Creating New Components and Grouping Views with Container Views Presenting Extra Information to the User Drawing with SwiftUI Animating with SwiftUI Driving SwiftUI with Data Driving SwiftUI with Combine SwiftUI Concurrency with async await Handling Authentication and Firebase with SwiftUI Handling Core Data in SwiftUI Creating Cross-Platform apps with SwiftUI SwiftUI Tips and Tricks. | |
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 0 | |a Swift (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh2015001571 | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a Swift (Langage de programmation) | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a Swift (Computer program language) |2 fast | |
700 | 1 | |a NZOKWE, EDGAR. | |
776 | 0 | 8 | |i Print version: |z 1803234458 |z 9781803234458 |w (OCoLC)1267584756 |
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=3078652 |3 Volltext |
938 | |a YBP Library Services |b YANK |n 302556295 | ||
938 | |a EBSCOhost |b EBSC |n 3078652 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1283948766 |
---|---|
_version_ | 1816882552409948160 |
adam_text | |
any_adam_object | |
author | Scalzo, Giordano |
author2 | NZOKWE, EDGAR |
author2_role | |
author2_variant | e n en |
author_facet | Scalzo, Giordano NZOKWE, EDGAR |
author_role | |
author_sort | Scalzo, Giordano |
author_variant | g s gs |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.S95 |
callnumber-search | QA76.73.S95 |
callnumber-sort | QA 276.73 S95 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Table of Contents Using the Basic SwiftUI Views and Controls Going Beyond the Single Component with Lists and Scroll Views Exploring Advanced Components Viewing while Building with SwiftUI Preview Creating New Components and Grouping Views with Container Views Presenting Extra Information to the User Drawing with SwiftUI Animating with SwiftUI Driving SwiftUI with Data Driving SwiftUI with Combine SwiftUI Concurrency with async await Handling Authentication and Firebase with SwiftUI Handling Core Data in SwiftUI Creating Cross-Platform apps with SwiftUI SwiftUI Tips and Tricks. |
ctrlnum | (OCoLC)1283948766 |
dewey-full | 006.76 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.76 |
dewey-search | 006.76 |
dewey-sort | 16.76 |
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>05004cam a2200457M 4500</leader><controlfield tag="001">ZDB-4-EBA-on1283948766</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">211107s2021 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">N$T</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">OCLCQ</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1283141807</subfield><subfield code="a">1283818799</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781803240435</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1803240431</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1803234458</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781803234458</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1283948766</subfield><subfield code="z">(OCoLC)1283141807</subfield><subfield code="z">(OCoLC)1283818799</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">10162320</subfield><subfield code="b">IEEE</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.73.S95</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">006.76</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">Scalzo, Giordano.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">SWIFTUI COOKBOOK</subfield><subfield code="h">[electronic resource] :</subfield><subfield code="b">a best practice guide to solving the most common problems in using swiftui.</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="520" ind1=" " ind2=" "><subfield code="a">Unleash the power of declarative programming in SwiftUI by building cross-platform Apple apps for iOS 15, macOS, and watchOS using Swift 5.5, Xcode 13, and SwiftUI 3 Key Features Apply the declarative programming paradigm to build cross-platform UIs for Apple devices Learn to integrate UIkit, Core Data, Firebase, and Sign in with Apple with SwiftUI Adopt the new SwiftUI 3.0 features to build visually appealing UIs speedily Book DescriptionSwiftUI provides an innovative and simple way to build beautiful user interfaces (UIs) for all Apple platforms, from iOS and macOS through to watchOS and tvOS, using the Swift programming language. In this recipe-based cookbook, you'll cover the foundations of SwiftUI as well as the new SwiftUI 3 features introduced in iOS 15 and explore a range of essential techniques and concepts that will help you through the development process. The cookbook begins by explaining how to use basic SwiftUI components. Once you've learned the core concepts of UI development, such as Views, Controls, Lists, and ScrollViews, using practical implementations in Swift, you'll advance to adding useful features to SwiftUI using drawings, built-in shapes, animations, and transitions. You'll understand how to integrate SwiftUI with exciting new components in the Apple development ecosystem, such as Combine for managing events and Core Data for managing app data. Finally, you'll write iOS, macOS, and watchOS apps by sharing the same SwiftUI codebase. By the end of this SwiftUI book, you'll have discovered a range of simple, direct solutions to common problems encountered when building SwiftUI apps. What you will learn Explore various layout presentations in SwiftUI such as HStack, VStack, LazyHStack, and LazyVGrid Create widgets to quickly display relevant content at glance Get up to speed with drawings in SwiftUI using built-in shapes, custom paths, and polygons Discover modern animation and transition techniques in SwiftUI Add user authentication using Firebase and Sign in with Apple Manage concurrency with Combine and async/await in SwiftUI Solve the most common SwiftUI problems, such as integrating a MapKit map, unit testing, snapshot testing, and previewing layouts Who this book is for This book is for mobile developers who want to learn SwiftUI as well as experienced iOS developers transitioning from UIkit to SwiftUI. The book assumes knowledge of the Swift programming language. Knowledge of object-oriented design and data structures will be useful but not necessary. You'll also find this book to be a helpful resource if you're looking for reference material regarding the implementation of various features in SwiftUI.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Table of Contents Using the Basic SwiftUI Views and Controls Going Beyond the Single Component with Lists and Scroll Views Exploring Advanced Components Viewing while Building with SwiftUI Preview Creating New Components and Grouping Views with Container Views Presenting Extra Information to the User Drawing with SwiftUI Animating with SwiftUI Driving SwiftUI with Data Driving SwiftUI with Combine SwiftUI Concurrency with async await Handling Authentication and Firebase with SwiftUI Handling Core Data in SwiftUI Creating Cross-Platform apps with SwiftUI SwiftUI Tips and Tricks.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95009362</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="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Swift (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="x">Development</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">NZOKWE, EDGAR.</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="z">1803234458</subfield><subfield code="z">9781803234458</subfield><subfield code="w">(OCoLC)1267584756</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=3078652</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">302556295</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">3078652</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-on1283948766 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:30:26Z |
institution | BVB |
isbn | 9781803240435 1803240431 |
language | English |
oclc_num | 1283948766 |
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 | Scalzo, Giordano. SWIFTUI COOKBOOK [electronic resource] : a best practice guide to solving the most common problems in using swiftui. Second edition. [S.l.] : PACKT PUBLISHING LIMITED, 2021. 1 online resource Unleash the power of declarative programming in SwiftUI by building cross-platform Apple apps for iOS 15, macOS, and watchOS using Swift 5.5, Xcode 13, and SwiftUI 3 Key Features Apply the declarative programming paradigm to build cross-platform UIs for Apple devices Learn to integrate UIkit, Core Data, Firebase, and Sign in with Apple with SwiftUI Adopt the new SwiftUI 3.0 features to build visually appealing UIs speedily Book DescriptionSwiftUI provides an innovative and simple way to build beautiful user interfaces (UIs) for all Apple platforms, from iOS and macOS through to watchOS and tvOS, using the Swift programming language. In this recipe-based cookbook, you'll cover the foundations of SwiftUI as well as the new SwiftUI 3 features introduced in iOS 15 and explore a range of essential techniques and concepts that will help you through the development process. The cookbook begins by explaining how to use basic SwiftUI components. Once you've learned the core concepts of UI development, such as Views, Controls, Lists, and ScrollViews, using practical implementations in Swift, you'll advance to adding useful features to SwiftUI using drawings, built-in shapes, animations, and transitions. You'll understand how to integrate SwiftUI with exciting new components in the Apple development ecosystem, such as Combine for managing events and Core Data for managing app data. Finally, you'll write iOS, macOS, and watchOS apps by sharing the same SwiftUI codebase. By the end of this SwiftUI book, you'll have discovered a range of simple, direct solutions to common problems encountered when building SwiftUI apps. What you will learn Explore various layout presentations in SwiftUI such as HStack, VStack, LazyHStack, and LazyVGrid Create widgets to quickly display relevant content at glance Get up to speed with drawings in SwiftUI using built-in shapes, custom paths, and polygons Discover modern animation and transition techniques in SwiftUI Add user authentication using Firebase and Sign in with Apple Manage concurrency with Combine and async/await in SwiftUI Solve the most common SwiftUI problems, such as integrating a MapKit map, unit testing, snapshot testing, and previewing layouts Who this book is for This book is for mobile developers who want to learn SwiftUI as well as experienced iOS developers transitioning from UIkit to SwiftUI. The book assumes knowledge of the Swift programming language. Knowledge of object-oriented design and data structures will be useful but not necessary. You'll also find this book to be a helpful resource if you're looking for reference material regarding the implementation of various features in SwiftUI. Table of Contents Using the Basic SwiftUI Views and Controls Going Beyond the Single Component with Lists and Scroll Views Exploring Advanced Components Viewing while Building with SwiftUI Preview Creating New Components and Grouping Views with Container Views Presenting Extra Information to the User Drawing with SwiftUI Animating with SwiftUI Driving SwiftUI with Data Driving SwiftUI with Combine SwiftUI Concurrency with async await Handling Authentication and Firebase with SwiftUI Handling Core Data in SwiftUI Creating Cross-Platform apps with SwiftUI SwiftUI Tips and Tricks. Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Swift (Computer program language) http://id.loc.gov/authorities/subjects/sh2015001571 Logiciels d'application Développement. Swift (Langage de programmation) Application software Development fast Swift (Computer program language) fast NZOKWE, EDGAR. Print version: 1803234458 9781803234458 (OCoLC)1267584756 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=3078652 Volltext |
spellingShingle | Scalzo, Giordano SWIFTUI COOKBOOK a best practice guide to solving the most common problems in using swiftui. Table of Contents Using the Basic SwiftUI Views and Controls Going Beyond the Single Component with Lists and Scroll Views Exploring Advanced Components Viewing while Building with SwiftUI Preview Creating New Components and Grouping Views with Container Views Presenting Extra Information to the User Drawing with SwiftUI Animating with SwiftUI Driving SwiftUI with Data Driving SwiftUI with Combine SwiftUI Concurrency with async await Handling Authentication and Firebase with SwiftUI Handling Core Data in SwiftUI Creating Cross-Platform apps with SwiftUI SwiftUI Tips and Tricks. Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Swift (Computer program language) http://id.loc.gov/authorities/subjects/sh2015001571 Logiciels d'application Développement. Swift (Langage de programmation) Application software Development fast Swift (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh95009362 http://id.loc.gov/authorities/subjects/sh2015001571 |
title | SWIFTUI COOKBOOK a best practice guide to solving the most common problems in using swiftui. |
title_auth | SWIFTUI COOKBOOK a best practice guide to solving the most common problems in using swiftui. |
title_exact_search | SWIFTUI COOKBOOK a best practice guide to solving the most common problems in using swiftui. |
title_full | SWIFTUI COOKBOOK [electronic resource] : a best practice guide to solving the most common problems in using swiftui. |
title_fullStr | SWIFTUI COOKBOOK [electronic resource] : a best practice guide to solving the most common problems in using swiftui. |
title_full_unstemmed | SWIFTUI COOKBOOK [electronic resource] : a best practice guide to solving the most common problems in using swiftui. |
title_short | SWIFTUI COOKBOOK |
title_sort | swiftui cookbook a best practice guide to solving the most common problems in using swiftui |
title_sub | a best practice guide to solving the most common problems in using swiftui. |
topic | Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Swift (Computer program language) http://id.loc.gov/authorities/subjects/sh2015001571 Logiciels d'application Développement. Swift (Langage de programmation) Application software Development fast Swift (Computer program language) fast |
topic_facet | Application software Development. Swift (Computer program language) Logiciels d'application Développement. Swift (Langage de programmation) Application software Development |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=3078652 |
work_keys_str_mv | AT scalzogiordano swiftuicookbookabestpracticeguidetosolvingthemostcommonproblemsinusingswiftui AT nzokweedgar swiftuicookbookabestpracticeguidetosolvingthemostcommonproblemsinusingswiftui |