Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Sep 25, 2016
1 parent 960c656 commit aa7874e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
1 change: 1 addition & 0 deletions .swift-version
@@ -0,0 +1 @@
3.0
2 changes: 1 addition & 1 deletion RAReorderableLayout.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RAReorderableLayout"
s.version = "0.5.0"
s.version = "0.6.0"
s.summary = "A UICollectionView layout which you can move items with drag and drop."
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = "https://github.com/ra1028"
Expand Down
20 changes: 5 additions & 15 deletions README.md
Expand Up @@ -13,12 +13,15 @@ RAReorderableLayout
![animated gif](https://github.com/ra1028/RAReorderableLayout/raw/master/Assets/animation.gif)

## Requirements
- Swift 2.3 / Xcode 8
- Swift 3.0 / Xcode 8
OS X 10.9 or later
iOS 8.0 or later
watchOS 2.0 or later
tvOS 9.0 or later

_Still wanna use swift2.2 or 2.3?_
-> You can use [0.5.0](https://github.com/ra1028/RAReorderableLayout/tree/0.5.0) instead.

## Installation
__iOS8 or later__

Expand All @@ -36,11 +39,7 @@ end
```ruby
# Cartfile
github "ra1028/RAReorderableLayout"
```

__iOS7__
1. Simply copy RAReorderableLayout.swift into your project.

```

## Usage
Setup your collection view to use RAReorderableLayout.
Expand Down Expand Up @@ -72,14 +71,5 @@ optional func scrollTrigerPaddingInCollectionView(collectionView: UICollectionVi
optional func scrollSpeedValueInCollectionView(collectionView: UICollectionView) -> CGFloat
```


## Property
```
var trigerInsets: UIEdgeInsets = UIEdgeInsetsMake(100.0, 100.0, 100.0, 100.0)
var trigerPadding: UIEdgeInsets = UIEdgeInsetsZero
var scrollSpeedValue: CGFloat = 10.0
```


## License
RAReorderableLayout is available under the MIT license. See the LICENSE file for more info.

0 comments on commit aa7874e

Please sign in to comment.