Working With iOS Touch ID and Face ID

Working With iOS Touch ID and Face ID

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 12m | 230 MB

Learn to implement Touch ID and Face ID on iOS platform

This is the most comprehensive, yet straight-forward, a course for the implementing Touch ID and Face ID. We are going to build an app SecureNotes to secure our content in iOS. Whether you have never programmed before, already know basic syntax, or want to learn about the advanced features of app building, this course is for you!

This course will teach you to build an app for platform specific to iOS 7 to iOS 11 in a practical manner, with every lecture comes to a full coding screencast.

This friendly course takes you through Touch ID and FaceID. It is packed with step-by-step instructions and working examples. This comprehensive course is divided into clear bite-size chunks so you can learn at your own pace and focus on the areas of most interest to you.

What You Will Learn

  • Building NoteVC
  • Creating Note Model, LockStatus Enum, & Dummy Data
  • Building NoteCell & Subclass
  • Building NoteDetailVC
  • Passing Note Data to NoteDetailVC
  • Writing helper functions & updating NoteCell Subclass
  • Authenticating with Touch ID / Face ID & updating information
Table of Contents

Advanced Swift 4 Design Patterns – Protocol Oriented Programming
1 Intro to protocol oriented programming
2 Writing your first protocols
3 Creating protocol extensions
4 Generics & protocols