From 19ebb20f42764c64302a7c034f201fd00d4c412d Mon Sep 17 00:00:00 2001 From: monofire Date: Fri, 9 Jun 2017 00:06:57 +0300 Subject: [PATCH] FTFoldingPaper - Emulates paper folding effect. Can be integrated with UITableView or used with other UI components. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b223333df..7e08e188b 100644 --- a/README.md +++ b/README.md @@ -2126,6 +2126,7 @@ Most of these are paid services, some have free tiers. * [BouncyLayout](https://github.com/roberthein/BouncyLayout) - BouncyLayout is a collection view layout that makes your cells bounce. 🔶 * [Savory](https://github.com/Nandiin/Savory) - A swift accordion view implementation. :large_orange_diamond: * [PagingView](https://github.com/KyoheiG3/PagingView) - Infinite paging, Smart auto layout, Interface of similar to UIKit. :large_orange_diamond:🔶 +* [FTFoldingPaper](https://github.com/monofire/FTFoldingPaper) - Emulates paper folding effect. Can be integrated with UITableView or used with other UI components. #### Tag * [PARTagPicker](https://github.com/paulrolfe/PARTagPicker) - This pod provides a view controller for choosing and creating tags in the style of wordpress or tumblr.