#
ios11
iOS is the operating system for all of Apple’s mobile products. The operating system was unveiled at Macworld Conference and Expo in 2007 to support the company’s new venture, the iPhone. Since then, the operating system has grown to incorporate other products, including the iPad and iPod Touch.
Here are 487 public repositories matching this topic...
Largest list of models for Core ML (for iOS 11+)
ios
machine-learning
apple
awesome
caffe
download
model
models
ml
awesome-list
curated-list
caffemodel
tensorflow-models
ios11
coreml
core-ml
coreml-framework
coremltools
coreml-models
coreml-model
-
Updated
Mar 3, 2020 - Python
Awesome iOS 11 appstore cards in swift 5.
-
Updated
Mar 4, 2020 - Swift
fawzirifai
commented
Apr 6, 2019
When we present a view controller using SPStorkController then turn on personal hotspot then go back to the app, it will look like this:
But if we turn on personal hotspot first, then present a view controller using SPStorkController it will look like this:
 and SFAuthenticationSession (on iOS 11)
-
Updated
Feb 26, 2020 - Swift
Collection of models for Core ML
swift
ios
machine-learning
awesome
ai
deep-learning
model
awesome-list
machine-learning-models
ios11
coreml
coreml-framework
coremltools
coreml-models
-
Updated
Mar 2, 2020
-
Updated
Feb 27, 2020 - Swift
一款超级简单的导航条管理工具。完全自定义导航条。没有UINavigationBar 和 UINavigationItem 这两个类。完全是对UIView的操作。
navigation
navigation-controller
navigationview
navigationbar
ios11
ios12
iphonex
iphone-xs
iphone-xs-max
-
Updated
Mar 3, 2020 - Objective-C
iOS 11 Native Weather App Clone. One of the main Purpose of this repo is to show how to use custom collectionViewLayout to reproduce the smooth scrolling experience in the Native Weather App.
-
Updated
Jan 18, 2020 - Swift
Show your GitHub commit records in 3D with ARKit and SceneKit. 用 ARKit 展示你的 GitHub 提交图
-
Updated
Mar 3, 2020 - Swift
-
Updated
Feb 15, 2020 - Swift
An example of use a Vision framework for face landmarks detection in iOS 11
-
Updated
Jan 21, 2020 - Swift
An ARKit version of WeChat Bottle Jump game. ARKit 版微信跳一跳游戏
-
Updated
Jan 10, 2020 - Swift

SwiftMessagesSegue'smessageViewis aBaseView, and sinceBaseViewdoes not conform toAccessibleMessage, presented view controllers will not be accessible via Accessibility Inspector or Voice Over.I implemented a subclass of
BaseViewthat does conform toAccessibleMessage, and set it to themessageViewproperty ofSwiftMessagesSegue. This should work in most cases...Expe