본문 바로가기

리디 접속이 원활하지 않습니다.
강제 새로 고침(Ctrl + F5)이나 브라우저 캐시 삭제를 진행해주세요.
계속해서 문제가 발생한다면 리디 접속 테스트를 통해 원인을 파악하고 대응 방법을 안내드리겠습니다.
테스트 페이지로 이동하기

Swift Cookbook Second Edition 상세페이지

컴퓨터/IT 개발/프로그래밍 ,   컴퓨터/IT IT 해외원서

Swift Cookbook Second Edition

Over 60 proven recipes for developing better iOS applications with Swift 5.3
소장전자책 정가29,000
판매가29,000
Swift Cookbook Second Edition 표지 이미지

Swift Cookbook Second Edition작품 소개

<Swift Cookbook Second Edition> 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

▶Book Description
Swift 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

▶Key Features
-Learn Swift 5.3 programming techniques to write robust and efficient 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

▶Who This Book Is For
If you are looking to learn about the diverse features offered by Swift 5.3, along with tips and tricks to efficiently code and build applications, then this Swift book is for you. Knowledge of general programming concepts will assist in understanding key concepts.

▶What this book covers
- Chapter 1, Swift Building Blocks, introduces you to the basic building blocks of Swift 5, its syntax, and the functionalities of basic Swift constructs. Also, this chapter will introduce you to Apple’s Xcode IDE and Swift Playgrounds, which provides an ideal way to create, execute, debug, and understand the recipes contained in this book, thus setting you up to initiate the development process. In this chapter, you will learn how to write your first Swift program and understand the various basic elements of the Swift language.

- Chapter 2, Mastering the Building Blocks, teaches you how to create more complex structures on the basis of the building blocks that you studied in the first chapter and the functionalities provided by the Swift standard library. You will get an understanding of how to bundle variables into tuples, order data with the help of an array, and store keyvalue pairs with dictionaries. You will also learn how to use the property observers and control the access to and visibility of your code. Then, you will learn how to extend the functionalities of your code using the extensions.

- Chapter 3, Data Wrangling with Swift Control Flow, will teach you that programming is all about making decisions, therefore in this chapter, we will explore how to make decisions on the basis of the information gained and how to alter the control flow of the code. You will learn how to conditionally execute your code with if/else statements. You will also learn how to control the flow of execution of your code with switch statements, and then loop this code by understanding how to use for and while loops. You will then understand how to handle Swift errors with try, throw, do, and catch statements. Also, we will cover how a defer statement can be useful to change state once a function's execution is complete or to clean up values that are no longer needed.

- Chapter 4, Generics, Operators, and Nested Types, provides you with an understanding of two advanced features of Swift, which are generics and operators. Using these features, you will learn how to build functionalities that are flexible and well defined. Also, you will understand how nested types allow logical grouping, access, and namespacing for your constructs.

- Chapter 5, Beyond the Standard Library, takes you on a journey to explore the functionalities beyond the standard library provided by frameworks such as Foundation and UIKit. Learning how to use these functionalities will help you make full use of the Swift language.

- Chapter 6, Building iOS Apps with Swift, is where we'll start the journey into building our very own iOS app. Taking everything we've learned and more from the previous chapters' recipes, this chapter will teach you how to get off the ground using Swift to build an iOS app.

- Chapter 7, Swift Playgrounds, is where you will gain a total understanding of using Swift Playgrounds and explore advanced features other than those explored in previous chapters, to create fully interactive experiences.

- Chapter 8, Server-Side Swift, introduces you to a totally different aspect of Swift programming: server-side programming with Swift. Also, you will gain an understanding of how to run Swift on Linux by installing the Swift toolchain. You will learn how to use a web server framework to build a REST API and how to host your API via a hosting service. You will also learn how to accomplish your tasks easily by understanding how to use Vapor, one of the most popular frameworks of Swift 5.

- Chapter 9, Performance and Responsiveness in Swift, explores the more advanced concepts of Swift programming to provide an understanding of how certain Swift types are implemented and their performance characteristics. Also, you will learn how to perform asynchronous tasks using the Grand Central Dispatch API. Then, we'll explore the multithreaded environment available on all Apple platforms and how to enhance the performance profile of your Swift constructs to build a fast and responsive app.

- Chapter 10, SwiftUI and Combine Framework, dives straight into Apple's new UI framework, SwiftUI. With SwiftUI, we'll learn how to create iOS apps by exploring the declarative syntax used to achieve this. We'll also explore how easy it is for SwiftUI and UIKit to work together. In addition to SwiftUI, we'll also explore the basics of the new Combine framework and how this works alongside SwiftUI.

- Chapter 11, Using CoreML and Vision in Swift, will dive into the frameworks offered by Apple and how we can use Swift code to harness machine learning techniques, as machine learning is becoming an increasingly hot topic. In this chapter, we'll cover CoreML and the Vision frameworks, using pre-trained models to identify objects in real time.


출판사 서평

▶ Preface
Since Apple announced the Swift programming language at WWDC 2014, it has gone on to become one of the fastest-growing programming languages. Swift is modern, open-source, and easy to use, and therefore its usefulness can extend beyond Apple's ecosystem, giving it the potential to be used across all platforms and for any scenario.

Swift 5.3 is the latest version of this exciting new programming language, giving you the tools to build performant and responsive apps with safe and clean code.

This book will guide you through Swift's features, building up your knowledge and toolset layer by layer, so you can use Swift to build the next great app or service.

You will be given useful, easy-to-follow recipes for using Swift to accomplish real-world tasks. Each recipe only uses concepts previously covered in the book so you will never feel lost.

Learn what makes Swift one of the fastest-growing and most exciting programming languages available today.


저자 소개

▶About the Author
- Keith Moon
Keith Moon is an award-winning iOS developer, author and speaker based in London. He has worked with some of the biggest companies in the world to create engaging and personal mobile experiences. Keith has been developing in Swift since its release, working on projects both fully Swift, and mixed Swift and Objective-C. Keith has been invited to speak about Swift development in conferences from Moscow to Minsk and London.

- Chris Barker
Chris Barker is a senior iOS developer and tech lead for fashion retailer N Brown (JD Williams, SimplyBe, Jacamo), where he heads the iOS team, building apps for their major brands. Having now worked in the IT industry for over 22 years, Chris started his career developing .NET applications for online retailer (now BT Shop). In 2014, he made his move into mobile app development with digital agency Openshadow based in MediaCityUK. Here, he worked on mobile apps for clients such as Louis Vuitton and L'Oral Paris. Chris often attends and speaks at his local iOS developer meetup NSManchester.

Most recently, Chris attended Malaga Mobile in Spain, where he spoke about his passion for accessibility in mobile apps. Over the past 2 years, Chris has been a regular speaker at CodeMobile Developer Conference and plans to return in the future.

목차

▶TABLE of CONTENTS
-Chapter 1: Swift Building Blocks
-Chapter 2: Mastering the Building Blocks
-Chapter 3: Data Wrangling with Swift Control Flow
-Chapter 4: Generics, Operators, and Nested Types
-Chapter 5: Beyond the Standard Library
-Chapter 6: Building iOS Apps with Swift
-Chapter 7: Swift Playgrounds
-Chapter 8: Server-Side Swift
-Chapter 9: Performance and Responsiveness in Swift
-Chapter 10: SwiftUI and Combine Framework
-Chapter 11: Using CoreML and Vision in Swift


리뷰

구매자 별점

0.0

점수비율
  • 5
  • 4
  • 3
  • 2
  • 1

0명이 평가함

리뷰 작성 영역

이 책을 평가해주세요!

내가 남긴 별점 0.0

별로예요

그저 그래요

보통이에요

좋아요

최고예요

별점 취소

구매자 표시 기준은 무엇인가요?

'구매자' 표시는 리디에서 유료도서 결제 후 다운로드 하시거나 리디셀렉트 도서를 다운로드하신 경우에만 표시됩니다.

무료 도서 (프로모션 등으로 무료로 전환된 도서 포함)
'구매자'로 표시되지 않습니다.
시리즈 도서 내 무료 도서
'구매자’로 표시되지 않습니다. 하지만 같은 시리즈의 유료 도서를 결제한 뒤 리뷰를 수정하거나 재등록하면 '구매자'로 표시됩니다.
영구 삭제
도서를 영구 삭제해도 ‘구매자’ 표시는 남아있습니다.
결제 취소
‘구매자’ 표시가 자동으로 사라집니다.

이 책과 함께 구매한 책


이 책과 함께 둘러본 책



본문 끝 최상단으로 돌아가기

spinner
모바일 버전