Muutke küpsiste eelistusi

E-raamat: Pro iPhone Development with SwiftUI: Design and Manage Top Quality Apps

  • Formaat: EPUB+DRM
  • Ilmumisaeg: 20-Jan-2022
  • Kirjastus: APress
  • Keel: eng
  • ISBN-13: 9781484278277
Teised raamatud teemal:
  • Formaat - EPUB+DRM
  • Hind: 67,91 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Lisa ostukorvi
  • Lisa soovinimekirja
  • See e-raamat on mõeldud ainult isiklikuks kasutamiseks. E-raamatuid ei saa tagastada.
  • Formaat: EPUB+DRM
  • Ilmumisaeg: 20-Jan-2022
  • Kirjastus: APress
  • Keel: eng
  • ISBN-13: 9781484278277
Teised raamatud teemal:

DRM piirangud

  • Kopeerimine (copy/paste):

    ei ole lubatud

  • Printimine:

    ei ole lubatud

  • Kasutamine:

    Digitaalõiguste kaitse (DRM)
    Kirjastus on väljastanud selle e-raamatu krüpteeritud kujul, mis tähendab, et selle lugemiseks peate installeerima spetsiaalse tarkvara. Samuti peate looma endale  Adobe ID Rohkem infot siin. E-raamatut saab lugeda 1 kasutaja ning alla laadida kuni 6'de seadmesse (kõik autoriseeritud sama Adobe ID-ga).

    Vajalik tarkvara
    Mobiilsetes seadmetes (telefon või tahvelarvuti) lugemiseks peate installeerima selle tasuta rakenduse: PocketBook Reader (iOS / Android)

    PC või Mac seadmes lugemiseks peate installima Adobe Digital Editionsi (Seeon tasuta rakendus spetsiaalselt e-raamatute lugemiseks. Seda ei tohi segamini ajada Adober Reader'iga, mis tõenäoliselt on juba teie arvutisse installeeritud )

    Seda e-raamatut ei saa lugeda Amazon Kindle's. 

You know the basics. Your Swift code flows with logic and ease. This isn't your first time building a workable app for iOS platforms. Now, it's time to build a magical app for iOS platforms! Move beyond what you mastered in the best-selling Beginning iPhone Development with SwiftUI. Debug Swift code, use multi-threaded programming with Grand Central Dispatch, pass data between view controllers, and design apps functional in multiple languages.

Not only will your apps run like magic under the hood but, with the new standard of SwiftUI, you'll add animations, scaling, multiscreen support, and so much more to your interfaces. You’ll also see how to integrate audio and video files in your apps, access the camera and send pictures to and from the Photos library, use location services to pinpoint your user's position on a map, and display web pages in-app. Don't just stop at flawless code and stickily engaging interfaces. Give your apps a mind with Apple’s advanced frameworks for machine learning, facial and text recognition, and augmented reality.

Pro iPhone Development with SwiftUI enlightens you to the world of rich design, solid code, and thoughtful processing needed to make apps that wow. Integrate all these extraordinary iOS features and embrace the world of possibilities in the Swift programming language with SwiftUI.  

What You Will Learn

  • Save and retrieve data when apps close or get pushed in the background
  • Recognize speech with Apple’s advanced frameworks 
  • Create augmented reality apps
  • Understand spoken commands with Siri
Who This Book is For

Aspiring iOS app developers familiar with the Apple Swift programming language and/or the iOS SDK, but ready to move to the next level.

About the Author ix
About the Technical Reviewer xi
Chapter 1 Organizing Code 1(18)
Using the II MARK: Comment
4(3)
Using Files and Folders
7(4)
Use Code Snippets
11(5)
Creating Custom Code Snippets
13(2)
Editing and Deleting Custom Code Snippets
15(1)
Use View Modifiers
16(2)
Summary
18(1)
Chapter 2 Debugging Code 19(20)
Simple Debugging Techniques
22(4)
Using the Xcode Debugger
26(11)
Using Breakpoints
27(1)
Stepping Through Code
28(3)
Managing Breakpoints
31(1)
Using Symbolic Breakpoints
32(3)
Using Conditional Breakpoints
35(2)
Summary
37(2)
Chapter 3 Understanding Closures 39(14)
Closures with Multiple Parameters
42(1)
Understanding Value Capturing
43(1)
Using Closures like Data
44(2)
Using Trailing Closures
46(4)
Passing Parameters to a Trailing Closure
48(1)
Passing Parameters and Returning a Value from a Trailing Closure
49(1)
Summary
50(3)
Chapter 4 Multithreaded Programming Using Grand Central Dispatch 53(20)
Understanding Threads
54(6)
Using Grand Central Dispatch
60(7)
Using Dispatch Groups
67(5)
Summary
72(1)
Chapter 5 Understanding Concurrency 73(12)
Concurrency with Async/Await
74(4)
Using Concurrency with User Interfaces
78(5)
Summary
83(2)
Chapter 6 Understanding Data Persistence 85(32)
Storing Preferences in UserDefaults
86(5)
Reading and Writing to Files
91(4)
Using Core Data
95(21)
Creating a Data Model File
96(5)
Adding Core Data to an Existing Project
101(15)
Summary
116(1)
Chapter 7 Sharing Data Between Structures 117(20)
Sharing Data with Bindings
117(7)
Sharing Data with StateObject and ObservedObject
124(6)
Sharing Data with EnvironmentObject
130(6)
Summary
136(1)
Chapter 8 Translating with Localization 137(28)
Creating a Localization File
138(7)
Defining Multiple Previews
145(3)
Using a LocalizableStringKey
148(3)
Using String Interpolation with Localizable Strings
151(4)
Formatting Numbers and Dates
155(3)
Using Pseudolanguages
158(6)
Summary
164(1)
Chapter 9 Adding Search to an App 165(12)
Adding a Search Bar to a List View
166(3)
Changing the Placeholder Text in the Search Bar
169(1)
Making the Search Bar Visible Initially
170(2)
Adding Suggestions to the Search Bar
172(3)
Summary
175(2)
Chapter 10 Detecting Motion and Orientation 177(20)
Understanding Core Motion
177(18)
Detecting Acceleration
178(6)
Detecting Rotation with the Gyroscope
184(4)
Detecting Magnetic Fields
188(4)
Detecting Device Motion Data
192(3)
Summary
195(2)
Chapter 11 Using Location and Maps 197(18)
Using MapKit
197(8)
Defining Accuracy
198(1)
Defining a Distance Filter
199(1)
Requesting a Location
200(1)
Retrieving Location Data
200(1)
Requesting Authorization
201(4)
Adding a Map Marker
205(3)
Adding a Map Pin
208(2)
Adding a Map Annotation
210(3)
Summary
213(2)
Chapter 12 Playing Audio and Video 215(16)
Playing an Audio File
216(5)
Playing Video
221(4)
Overlaying Text on Video
225(5)
Summary
230(1)
Chapter 13 Using Speech 231(22)
Converting Speech to Text
231(9)
Recognizing Spoken Commands
240(8)
Turning Text to Speech
248(3)
Summary
251(2)
Chapter 14 Integrating SwiftUI with UIKit 253(20)
Displaying a PDF File
254(4)
Displaying a Website
258(4)
Integrating SwiftUI into Storyboard Projects
262(10)
Summary
272(1)
Chapter 15 Using the Photo Library and the Camera 273(14)
Setting Privacy Settings
274(1)
Designing a Simple User Interface
275(3)
Creating an ImagePicker
278(5)
Testing the App
283(2)
Summary
285(2)
Chapter 16 Using Facial Recognition 287(16)
Recognizing Faces in Pictures
287(6)
Highlighting Faces in an Image
293(9)
Summary
302(1)
Chapter 17 Using Machine Learning 303(22)
Understanding Machine Learning
304(2)
Finding a Core ML Model
306(2)
Image Recognition
308(13)
Detecting Languages
321(3)
Summary
324(1)
Chapter 18 Handling Errors 325(18)
Using the Guard Statement
326(5)
Using the Do-Try-Catch Statement
331(6)
Using try? and try!
337(4)
Summary
341(2)
Index 343
Wallace Wang is a former Windows enthusiast who took one look at Vista and realized that the future of computing belonged to the Mac. He's written more than 40 computer books, including Microsoft Office for Dummies, Beginning Programming for Dummies, Steal This Computer Book, My New Mac, and My New iPad. In addition to programming the Mac and iPhone/iPad, he also performs stand-up comedy, having appeared on A&E s "Evening at the Improv," and having performed in Las Vegas at the Riviera Comedy Club at the Riviera Hotel & Casino. When hes not writing computer books or performing stand-up comedy, he also enjoys blogging about screenwriting at his site, The 15 Minute Movie Method, where he shares screenwriting tips with other aspiring screenwriters who all share the goal of breaking into Hollywood.