Code examples for new APIs of iOS 11.
Note: The project requires Xcode 9 Beta 1 or later, Swift 4 and iOS 11.
Image classification demo using Core ML framework. Show description of an object on selected photo.
- Face detection. Detects all faces on selected photo.
- Face landmarks. An image analysis that finds facial features (such as the eyes and mouth) in an image.
- Object tracking. Track any object using camera.
Augmented reality experiences in your app or game.
Easy way to move content.
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.
Note: select CoreNFC-Example scheme and run.
SMS and MMS filtering using IdentityLookup framework. Don't forget to turn on an extension in Messages > Unknown & Spam > SMS filtering.
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.
Note: select DeviceChecking scheme and run.
Attributed text for SKLabelNode
and SKTransformNode
.
List of online sources which have mentioned iOS 11 by Examples:
- Digest MBLTDEV - issue #123
- Natasha's This Week in Swift - issue #136
- Indie iOS Focus Weekly - issue #127
- iOS Developers Slack Weekly Digest, June 28, 2017
- iOS Cookies Newsletter - issue #83
- iOSGoodies - issue #187
- iOS Dev Weekly - issue #307
Artem Novichkov, novichkoff93@gmail.com
iOS 11 by Examples is available under the MIT license. See the LICENSE file for more info.