From 232e9a9d4aec7fddf3073aac410f408857f42c39 Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Thu, 30 Apr 2020 08:06:22 -0700 Subject: [PATCH] Add CZInstagram by @geekaurora --- contents.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/contents.json b/contents.json index 6a8602e1..bb9293cb 100644 --- a/contents.json +++ b/contents.json @@ -19701,6 +19701,27 @@ "date_added": "Apr 28 2020", "suggested_by": "@dkhamsing", "stars": 280 + }, + { + "title": "CZInstagram", + "category-ids": [ + "clone" + ], + "description": "Instagram written in a way that eliminates Massive View Controller in unidirectional event/state flow manner", + "source": "https://github.com/geekaurora/CZInstagram", + "tags": [ + "swift", + "mvvm", + "flux", + "sdwebimage", + "easymapping" + ], + "screenshots": [ + "https://github.com/geekaurora/CZInstagram/raw/master/Docs/CZInstagram.gif" + ], + "license": "mit", + "date_added": "Apr 30 2020", + "suggested_by": "@dkhamsing" } ] }