Movatterモバイル変換


[0]ホーム

URL:


Packt
Search iconClose icon
Search icon CANCEL
Subscription
0
Cart icon
Your Cart(0 item)
Close icon
You have no products in your basket yet
Save more on your purchases!discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Profile icon
Account
Close icon

Change country

Modal Close icon
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timerSALE ENDS IN
0Days
:
00Hours
:
00Minutes
:
00Seconds
Home> Programming> Protocol Oriented Programming> Swift 4 Protocol-Oriented Programming
Swift 4 Protocol-Oriented Programming
Swift 4 Protocol-Oriented Programming

Swift 4 Protocol-Oriented Programming: Bring predictability, performance, and productivity to your Swift applications

Arrow left icon
Profile Icon Jon Hoffman
Arrow right icon
€103.99
VideoDec 20172hrs 54mins1st Edition
Video
€103.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Jon Hoffman
Arrow right icon
€103.99
VideoDec 20172hrs 54mins1st Edition
Video
€103.99
Subscription
Free Trial
Renews at €18.99p/m
Video
€103.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature iconDRM FREE - Read whenever, wherever and however you want
OR

Contact Details

Modal Close icon
Payment Processing...
tickCompleted

Billing Address

Table of content iconView table of contentsDownload code iconDownload Code

Key benefits

  • Leverage the power of Protocol-Oriented Programming in your applications and learn from real-world use cases
  • Create a flexible code base with protocols and protocol extensions
  • Leverage the power of generics in Swift 4 to create very flexible frameworks

Description

Swift has become the number one language used in iOS and macOS development. The Swift standard library is developed using Protocol-Oriented Programming techniques, generics, and first-class value semantics; therefore, every Swift developer should understand these powerful concepts and how to take advantage of them in their application design.This course will help you understand the differences between Object-Oriented Programming and Protocol-Oriented Programming. It demonstrates how to work with Protocol-Oriented Programming using real-world use cases. You will gain a solid knowledge of the various types that can be used in Swift and the differences between value and reference types. You will be taught how Protocol-Oriented Programming techniques can be used to develop very flexible and easy-to-maintain code.By the end of the course, you will have a thorough understanding of Protocol-Oriented Programming and how to utilize it to build powerful and practical applications.

Who is this book for?

This course is for Swift developers who want to learn and implement Protocol-Oriented Programming in their real-world applications.

What you will learn

  • Understand the differences between Object-Oriented Programming and Protocol-Oriented Programming
  • Explore the different types that Swift offers and what pitfalls to avoid
  • Delve into generics and generic programming
  • Learn how to implement Copy-On-Write within your custom types
  • Implement several design patterns in a protocol-oriented way
  • Design applications by prioritizing the protocol first and the implementation types second

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date :Dec 29, 2017
Length:2hrs 54mins
Edition :1st
Language :English
ISBN-13 :9781788995160
Vendor :
Apple
Category :
Languages :

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature iconDRM FREE - Read whenever, wherever and however you want
OR

Contact Details

Modal Close icon
Payment Processing...
tickCompleted

Billing Address

Product Details

Publication date :Dec 29, 2017
Length:2hrs 54mins
Edition :1st
Language :English
ISBN-13 :9781788995160
Vendor :
Apple
Category :
Languages :
Concepts :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99billed monthly
Feature tick iconUnlimited access to Packt's library of 7,000+ practical books and videos
Feature tick iconConstantly refreshed with 50+ new titles a month
Feature tick iconExclusive Early access to books as they're written
Feature tick iconSolve problems while you work with advanced search and reference features
Feature tick iconOffline reading on the mobile app
Feature tick iconSimple pricing, no contract
€189.99billed annually
Feature tick iconUnlimited access to Packt's library of 7,000+ practical books and videos
Feature tick iconConstantly refreshed with 50+ new titles a month
Feature tick iconExclusive Early access to books as they're written
Feature tick iconSolve problems while you work with advanced search and reference features
Feature tick iconOffline reading on the mobile app
Feature tick iconChoose a DRM-free eBook or Video every month to keep
Feature tick iconPLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick iconExclusive print discounts
€264.99billed in 18 months
Feature tick iconUnlimited access to Packt's library of 7,000+ practical books and videos
Feature tick iconConstantly refreshed with 50+ new titles a month
Feature tick iconExclusive Early access to books as they're written
Feature tick iconSolve problems while you work with advanced search and reference features
Feature tick iconOffline reading on the mobile app
Feature tick iconChoose a DRM-free eBook or Video every month to keep
Feature tick iconPLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick iconExclusive print discounts

Frequently bought together


Swift 4 Protocol-Oriented Programming
Swift 4 Protocol-Oriented Programming
Read more
Dec 20172hrs 54mins
Video
Video
€103.99
Swift 4 Protocol-Oriented Programming
Swift 4 Protocol-Oriented Programming
Read more
Oct 2017210 pages
Full star icon4.1 (29)
eBook
eBook
€23.99€26.99
€32.99
Test-Driven iOS Development with Swift 4
Test-Driven iOS Development with Swift 4
Read more
Oct 2017222 pages
Full star icon5 (1)
eBook
eBook
€23.99€26.99
€32.99
Stars icon
Total169.97
Swift 4 Protocol-Oriented Programming
€103.99
Swift 4 Protocol-Oriented Programming
€32.99
Test-Driven iOS Development with Swift 4
€32.99
Total169.97Stars icon

Table of Contents

8 Chapters
Starting with the ProtocolChevron down iconChevron up icon
The Course Overview
Protocol Syntax and Inheritance
Using Protocols as a Type
Polymorphism with Protocols
Type Casting and Associated Types with Protocols
Delegation
Designing with Protocols
Our Type ChoicesChevron down iconChevron up icon
Classes
Access Controls and Enumerations
Tuples
Value and Reference Types
Recursive Data Types and Inheritance for Reference Types
Dynamic Dispatch
ExtensionsChevron down iconChevron up icon
Defining an Extension
Protocol Extensions
Text Validation
Extensions with the Swift Standard Library
Conforming to the Equatable Protocol
GenericsChevron down iconChevron up icon
Generic Functions and Type Constraints
Generic Types
Associated Types
Generic Subscripts
Copy-on-write
Generics in a Protocol-Oriented Design
Object-Oriented ProgrammingChevron down iconChevron up icon
Swift as an Object-Oriented Programming Language
Issues with the Object-Oriented Design
Protocol-Oriented ProgrammingChevron down iconChevron up icon
Swift as a Protocol-Oriented Programming Language
Object-Oriented Programming versus Protocol-Oriented Programming
Adopting Design Patterns in SwiftChevron down iconChevron up icon
Creational Patterns
Structural Design Patterns
Behavioral Design Patterns
Case StudiesChevron down iconChevron up icon
Logging Service
Data Access Layer

Recommendations for you

Left arrow icon
Debunking C++ Myths
Debunking C++ Myths
Read more
Dec 2024226 pages
Full star icon5 (1)
eBook
eBook
€20.99€23.99
€29.99
Go Recipes for Developers
Go Recipes for Developers
Read more
Dec 2024350 pages
eBook
eBook
€20.99€23.99
€29.99
50 Algorithms Every Programmer Should Know
50 Algorithms Every Programmer Should Know
Read more
Sep 2023538 pages
Full star icon4.5 (68)
eBook
eBook
€26.98€29.99
€37.99
€37.99
Asynchronous Programming with C++
Asynchronous Programming with C++
Read more
Nov 2024424 pages
Full star icon5 (1)
eBook
eBook
€22.99€25.99
€31.99
Modern CMake for C++
Modern CMake for C++
Read more
May 2024504 pages
Full star icon4.7 (12)
eBook
eBook
€26.98€29.99
€37.99
Learn Python Programming
Learn Python Programming
Read more
Nov 2024616 pages
Full star icon5 (1)
eBook
eBook
€20.99€23.99
€29.99
Learn to Code with Rust
Learn to Code with Rust
Read more
Nov 202457hrs 40mins
Video
Video
€56.99
Modern Python Cookbook
Modern Python Cookbook
Read more
Jul 2024818 pages
Full star icon4.9 (21)
eBook
eBook
€28.99€32.99
€41.99
Right arrow icon

People who bought this also bought

Left arrow icon
50 Algorithms Every Programmer Should Know
50 Algorithms Every Programmer Should Know
Read more
Sep 2023538 pages
Full star icon4.5 (68)
eBook
eBook
€26.98€29.99
€37.99
€37.99
Event-Driven Architecture in Golang
Event-Driven Architecture in Golang
Read more
Nov 2022384 pages
Full star icon4.9 (11)
eBook
eBook
€26.98€29.99
€37.99
The Python Workshop Second Edition
The Python Workshop Second Edition
Read more
Nov 2022600 pages
Full star icon4.6 (22)
eBook
eBook
€27.99€31.99
€38.99
Template Metaprogramming with C++
Template Metaprogramming with C++
Read more
Aug 2022480 pages
Full star icon4.6 (14)
eBook
eBook
€25.99€28.99
€35.99
Domain-Driven Design with Golang
Domain-Driven Design with Golang
Read more
Dec 2022204 pages
Full star icon4.4 (19)
eBook
eBook
€23.99€26.99
€33.99
Right arrow icon

About the author

Profile icon Jon Hoffman
Jon Hoffman
LinkedIn iconGithub icon
Jon has over 28 years of experience in the Engineering and IT fields, including over 15 years spent in leadership and management roles. During this time, he has consistently delivered projects on time and within budget. Jon is recognized for successfully leading cross-functional agile teams, combining technical expertise with a strategic vision to guide projects from start to finish. He attributes much of his success to his ability to build highly productive teams that emphasize collaboration, communication, and a clear sense of purpose.Jon has developed extensively for the iOS platform since 2008. This includes several apps that he has published in the App Store, apps that he has written for third parties, and numerous enterprise applications. He has also developed mobile applications for the Android and Windows platforms. What really drives Jon are the challenges that the field of information technology provides and there is nothing more exhilarating to him than overcoming a challenge.Outside of his professional endeavors, Jon enjoys spending quality time with his kids and partner. Residing in Tallahassee, Florida, he takes full advantage of the outdoor activities available in the area. Paddle boarding, hiking, running, and biking are activities that Jon particularly enjoys, reflecting his passion for an active and adventurous lifestyle.
Read more
See other products by Jon Hoffman
Getfree access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How can I download a video package for offline viewing?Chevron down iconChevron up icon
  1. Login to your account at Packtpub.com.
  2. Click on "My Account" and then click on the "My Videos" tab to access your videos.
  3. Click on the "Download Now" link to start your video download.
How can I extract my video file?Chevron down iconChevron up icon

All modern operating systems ship with ZIP file extraction built in. If you'd prefer to use a dedicated compression application, we've tested WinRAR / 7-Zip for Windows, Zipeg / iZip / UnRarX for Mac and 7-Zip / PeaZip for Linux. These applications support all extension files.

How can I get help and support around my video package?Chevron down iconChevron up icon

If your video course doesn't give you what you were expecting, either because of functionality problems or because the content isn't up to scratch, please mail customercare@packt.com with details of the problem. In addition, so that we can best provide the support you need, please include the following information for our support team.

  1. Video
  2. Format watched (HTML, MP4, streaming)
  3. Chapter or section that issue relates to (if relevant)
  4. System being played on
  5. Browser used (if relevant)
  6. Details of support
Why can’t I download my video package?Chevron down iconChevron up icon

In the even that you are having issues downloading your video package then please follow these instructions:

  1. Disable all your browser plugins and extensions: Some security and download manager extensions can cause issues during the download.
  2. Download the video course using a different browser: We've tested downloads operate correctly in current versions of Chrome, Firefox, Internet Explorer, and Safari.

[8]ページ先頭

©2009-2025 Movatter.jp