github

artemnovichkov / iOS-11-by-Examples

  • воскресенье, 25 июня 2017 г. в 03:11:37
https://github.com/artemnovichkov/iOS-11-by-Examples

Swift
Examples of new iOS 11 APIs



iOS 11 by Examples

Xcode 9 beta 1 Swift 4 iOS 11 beta 1

Code examples for new APIs of iOS 11.

Note: The project requires Xcode 9 Beta 1 or later, Swift 4 and iOS 11.

Contents

Core ML

Image classification demo using Core ML framework. Show description of an object on selected photo.

Vision

  • Face detection. Detects all faces on selected photo.

  • Object tracking. Track any object using camera.

ARKit

Augmented reality experiences in your app or game.

Core NFC

Reading of NFC tag payloads. Don't forget to enable NFC Tag Reading for App ID in the Apple Developer site. Since Xcode 9 beta 2 Core NFC can now be enabled via the Capabilities tab in Xcode.

IdentityLookup

SMS and MMS filtering using IdentityLookup framework. Don't forget to turn on an extension in Messages > Unknown & Spam > SMS filtering.

DeviceCheck

Identifying devices that have already taken advantage of a promotional offer that you provide, or flagging a device that you have determined to be fraudulent.

Author

Artem Novichkov, novichkoff93@gmail.com