From 95408ab41ca48f4ab2312197448d959b8453d450 Mon Sep 17 00:00:00 2001 From: Artem Novichkov Date: Fri, 8 Sep 2017 18:58:58 +0600 Subject: [PATCH] Add iOS 11 by Examples (#504) [ci skip] --- contents.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index 968b918a..58670fb7 100644 --- a/contents.json +++ b/contents.json @@ -14347,6 +14347,24 @@ "date_added": "Sep 5 2017", "suggested_by": "@dkhamsing" -} +}, + { + "title": "iOS 11 by Examples", + "description": "👨🏻‍💻 Examples of new iOS 11 APIs", + "source": "https://github.com/artemnovichkov/iOS-11-by-Examples", + "category-ids": [ + "sample" + ], + "license": "mit", + "tags": [ + "swift" + ], + "stars": 2373, + "screenshots": [ + "https://github.com/artemnovichkov/iOS-11-by-Examples/blob/master/resources/vision-landmarks-example.jpeg" + ], + "date_added": "Sep 7 2017", + "suggested_by": "@artemnovichkov" + } ] }