From f6dfc37eca7bc7772e44f2ee3e847bab9efca543 Mon Sep 17 00:00:00 2001 From: Ivan Magda Date: Fri, 9 Sep 2016 06:59:38 +0900 Subject: [PATCH] Add MVVM-Example by @vanyaland (#423) --- contents.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/contents.json b/contents.json index 3b82dc13..7153bc3e 100644 --- a/contents.json +++ b/contents.json @@ -8204,6 +8204,19 @@ "stars": 174, "date_added": "Sep 7 2016", "suggested_by": "@dkhamsing" + }, + { + "title": "Protocol-Oriented MVVM Examples", + "category-ids": ["sample"], + "tags": ["swift"], + "date_added": "Sep 9 2016", + "source": "https://github.com/vanyaland/MVVM-Example", + "license": "mit", + "screenshots": [ + "https://github.com/vanyaland/MVVM-Example/blob/master/resources/images/mvvm-generic-apps-list.png", + "https://github.com/vanyaland/MVVM-Example/blob/master/resources/images/mvvm-generic-detail.png", + "https://github.com/vanyaland/MVVM-Example/blob/master/resources/images/mvvm-example-minion.png" + ] } ] }