iOS-10-Sampler is an example application that collects practical demonstrations of APIs introduced with iOS 10. It was created for Xcode 8 and requires a physical iOS device because some examples use Metal. The project covers speech recognition, looped video playback, Live Photo capture, and audio volume fading. Its graphics and machine learning samples use Metal Performance Shaders for handwritten digit detection and real-time image recognition. Interface examples demonstrate UIViewPropertyAnimator, interactive blur progress, and 3D Touch preview interactions. It also includes image-rich local notifications, an iMessage sticker pack, and a simplified Core Data stack based on NSPersistentContainer. The repository serves as a compact historical guide to the platform changes developers encountered during the iOS 10 era.
Features
- Speech recognition and audio demonstrations
- Live Photo capture and video looping
- Metal-based neural network examples
- Interactive UIViewPropertyAnimator effects
- Rich notifications and iMessage stickers
- NSPersistentContainer Core Data stack