Book Image

A Quick Guide to iOS 11's New Features [Video]

By : Jonathan Daley
Book Image

A Quick Guide to iOS 11's New Features [Video]

By: Jonathan Daley

Overview of this book

<p><span id="description" class="sugar_field">Many new features were introduced in iOS 11. This course will guide you through implementing new features in SiriKit, the new Drag and Drop feature on the iPhone and iPad, Natural Language Processing, and UI considerations for the iPhone X.</span></p> <p><span id="description" class="sugar_field">This course covers implementing SiriKit's new Notes Domain, and how to create Notes using your voice and the power of Siri. You will also see how to implement Drag and Drop in your application in the UITableView for use on both the iPad and iPhone. These new features are demonstrated using simple and easy-to-understand exercises and real-world examples.</span></p> <p><span id="description" class="sugar_field">You will utilize Parts of Speech, Lemmatization, and Named Entity Recognition in your apps. Finally, you will also see how you can take advantage of Natural Language Processing to improve your app's user experience.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This friendly course takes you through the latest features in iOS 11. It is packed with step-by-step instructions and working examples. </span></span></p> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">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.</span></span></p>
Table of Contents (4 chapters)
Chapter 2
SiriKit's New Notes Domain
Content Locked
Section 3
Principal Class for Intents Extension
The application needs to indicate to SiriKit what classes will handle what intents. - Create a new class to handle the INCreateNoteIntent - Add the appropriate protocol to the new class handling INCreateNoteIntent - Indicate to SiriKit what class will handle the INCreateNoteIntent Intent