Skip to content

Commit

Permalink
More ready updates with interface info
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwit committed Nov 13, 2015
1 parent a5dd90f commit 21be9f5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Binary file not shown.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexP

### Customizing through the interface

##### BWSwipeCell Properties

**var type:BWSwipeCellType**

Can be `.SpringRelease`, `.SwipeThrough` or `.SlidingDoor`. Defaults to `.SpringRelease`
Expand Down Expand Up @@ -65,6 +67,19 @@ Animation duration. Defaults to `0.2`

Set the delegate on the cell

##### BWSwipeRevealCell Properties

**var bgViewInactiveColor: UIColor = UIColor.grayColor()**
**var bgViewLeftColor: UIColor = UIColor(red: 0.5, green: 0.5, blue: 0.5, alpha: 1)**
**var bgViewRightColor: UIColor = UIColor(red: 0.5, green: 0.5, blue: 0.5, alpha: 1)**

Colors for inactive, and activated states for left and right

**var bgViewLeftImage: UIImage?**
**var bgViewRightImage: UIImage?**

Images for the left and right actions

### Roadmap
Some brief ideas on ways to improve this library

Expand Down

0 comments on commit 21be9f5

Please sign in to comment.