Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cemolcay committed Mar 4, 2015
1 parent 6f457ca commit 13ed13c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a id="Installation"></a>
Expand Down Expand Up @@ -1274,12 +1272,3 @@ Convert [0, 1] to to [min, max]
``` swift
init (action: ((UILongPressGestureRecognizer)->())?)
```

### DequeuableScrollViwew <a id="DequeuableScrollView"></a>

##### Deques the added subviews.
##### Adds or removes subviews from itself depends on its visible frame

``` swift
override init (frame: CGRect)
```

0 comments on commit 13ed13c

Please sign in to comment.