Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
corin8823 committed Nov 9, 2015
1 parent c673b3c commit 9d1b48d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A set of Swift extensions

## Requirements
- iOS 7.0+
- Xcode 6.4
- Xcode 7.+

## Integration

Expand Down Expand Up @@ -68,7 +68,7 @@ github "corin8823/SwiftyExtensions"
forIndexPath indexPath: NSIndexPath) -> T``

## UIView
- ``loadNib() -> UIView``
- ``loadNib() -> Self``
- ``roundedCorrner(radius: CGFloat)``
- ``roundedRectangleFilter()``
- ``circleFilter()``
Expand All @@ -77,8 +77,7 @@ github "corin8823/SwiftyExtensions"
- ``hasViewClass(targetClass: AnyClass) -> Bool``

## UIViewController
- ``initialLoadStoryboard() -> UIViewController``
- ``loadStoryboard() -> UIViewController``
- ``loadStoryboard() -> Self``

## License
SwiftyExtensions is released under the MIT license. See LICENSE for details.

0 comments on commit 9d1b48d

Please sign in to comment.