All Projects → naandonov-mm → iOS-10-Sampler

naandonov-mm / iOS-10-Sampler

Licence: other
Code examples for the new features of iOS 10.

Programming Languages

objective c
16641 projects - #2 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to iOS-10-Sampler

Applozic Ios Sdk
iOS Real Time Chat & Messaging SDK
Stars: ✭ 104 (+44.44%)
Mutual labels:  ios-sdk
Mycoretextlabel
图文混排 , 实现图片文字混排 , 可显示常规链接比如网址,@,#话题#,手机号 , 邮箱号等 , 可以自定义链接字,设置关键字高亮等功能 . 适用于微博,微信,IM聊天对话等场景 . 实现这些功能仅用了几百行代码,耦合性也较低
Stars: ✭ 192 (+166.67%)
Mutual labels:  ios-sdk
CrossMobile
Create native iOS, Android, Windows Phone and Desktop applications in Java. Write it once, and produce sophisticated multiplatform applications.
Stars: ✭ 48 (-33.33%)
Mutual labels:  ios-sdk
Floatingball
悬浮球/悬浮按钮/辅助按钮(类似于iOS系统自带的AssistiveTouch/京东/聚划算/建行等的辅助按钮)
Stars: ✭ 126 (+75%)
Mutual labels:  ios-sdk
Docviewer
文档/文件查看器(支持本地或者其他app分享过来的word、excel、pdf、rtf等格式文件)
Stars: ✭ 155 (+115.28%)
Mutual labels:  ios-sdk
Firebase Ios Sdk
Firebase iOS SDK
Stars: ✭ 3,309 (+4495.83%)
Mutual labels:  ios-sdk
Swiftaa
The most comprehensive collection of accurate astronomical algorithms in (C++, Objective-C and) Swift.
Stars: ✭ 91 (+26.39%)
Mutual labels:  ios-sdk
RichNotifications
No description or website provided.
Stars: ✭ 44 (-38.89%)
Mutual labels:  ios10
Rdvideoeditsdk For Ios
iOS Video Edit SDK; iOS Video Edit SDK: Video Cut, Video Join, Video Watermark, Video Subtitle, Video Rotate...
Stars: ✭ 182 (+152.78%)
Mutual labels:  ios-sdk
iOS-Monitor-Resources
对各厂商的 iOS SDK 性能监控方案的整理和收集后的资源
Stars: ✭ 31 (-56.94%)
Mutual labels:  ios-sdk
Mpcolortools
A collection of tools for handling colors on iOS SDK
Stars: ✭ 128 (+77.78%)
Mutual labels:  ios-sdk
Vassonic
VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform.
Stars: ✭ 11,466 (+15825%)
Mutual labels:  ios-sdk
extensions-kit
📦 Collection of Swift+Apple Frameworks extensions for speeding up software development [iOS & iPadOS].
Stars: ✭ 71 (-1.39%)
Mutual labels:  ios-sdk
Guidepages
引导页/首次安装引导页/渐变引导页/APP介绍页/功能介绍页
Stars: ✭ 119 (+65.28%)
Mutual labels:  ios-sdk
unity-arkit-charts-demo
iOS 11 ARKit Charts Demo
Stars: ✭ 13 (-81.94%)
Mutual labels:  ios-sdk
Swiftcocoadsl
An easy way to write iOS UI
Stars: ✭ 103 (+43.06%)
Mutual labels:  ios-sdk
Instabug Ios
In-app feedback and bug reporting tool for apps.
Stars: ✭ 244 (+238.89%)
Mutual labels:  ios-sdk
tuyasmart home ios sdk
Tuya Smart iOS Home SDK
Stars: ✭ 48 (-33.33%)
Mutual labels:  ios-sdk
connect-sdk-client-ios
Ingenico Connect iOS Objective-C Client SDK
Stars: ✭ 17 (-76.39%)
Mutual labels:  ios-sdk
shake-ios
Bug and crash reporting SDK for iOS apps.
Stars: ✭ 25 (-65.28%)
Mutual labels:  ios-sdk

iOS-10-Sampler

Code examples for the new features of iOS 10 written in Objective-C and Swift 3.0.

UIViewPropertyAnimator

A UIViewPropertyAnimator object lets you animate changes to views and dynamically modify your animations before they finish.


CallKit

The CallKit framework provides programmatic access to VoIP functionality, as well as call blocking and identification.
Note: This sample requires a device to be built on


SiriKit

SiriKit enables your apps to work with Siri, so users can get things done with your content and services using just their voice. SiriKit supports messaging, photo search, phone calls, ride booking and personal payments.
Note: This sample requires a device to be built on


NSPersistentContainer

NSPersistentContainer simplifies the creation and management of the Core Data stack by handling the creation of the NSManagedObjectModel, NSPersistentStoreCoordinator, and the NSManagedObjectContext.


NSQueryGenerationToken

Controls whether and how a managed object context pins itself to database transactions.


Speech Recognition

Using the APIs in the Speech framework you can perform speech transcription of both real-time and recorded audio.
Note: This sample requires a device to be built on


AVCapturePhotoOutput

The AVCapturePhotoOutput class provides a unified pipeline for all photography workflows, enabling more sophisticated control and monitoring of the entire capture process and including support for new features such as Live Photos and RAW format capture.
Note: This sample requires a device to be built on


UIGraphicsRenderer

A color-managed block-enabled 64-bit rendering context.


UserNotifications

The UserNotifications framework supports the delivery and handling of local and remote notifications. You use the classes of this framework to schedule the delivery of local notifications based on specific conditions, such as time or location.


UICollectionViewDataSourcePrefetching

A protocol that provides advance warning of the data requirements for a collection view, allowing the triggering of asynchronous data load operations.


UIPreviewInteraction

UIPreviewInteraction is a class that allows you to have a more fine-grained control over what you can do with 3D Touch. It allows you to plug in to the progress of a 3D Touch action on any view that you specify.
Note: This sample requires a device to be built on



Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].