From 13ed13cd143ea656d541dc03354498805c099416 Mon Sep 17 00:00:00 2001 From: Cem Olcay Date: Wed, 4 Mar 2015 13:42:34 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index cdf320c..38c9ff8 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,7 @@ UIKit & Foundation toolbelt for quick prototyping and rapid development. * [BlockPinch](#BlockPinch) * [BlockLongPress](#BlockLongPress) * [BlockPicker](#BlockPicker) -* [BlockBadge](#BlockBadge) * [BlockPicker](#BlockPicker) -* [DequeuableScrollView](#DequeuableScrollView) ## Installation @@ -1274,12 +1272,3 @@ Convert [0, 1] to to [min, max] ``` swift init (action: ((UILongPressGestureRecognizer)->())?) ``` - -### DequeuableScrollViwew - -##### Deques the added subviews. -##### Adds or removes subviews from itself depends on its visible frame - -``` swift - override init (frame: CGRect) -```