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) -```