Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Mar 3, 2015
1 parent 0091133 commit 66bd852
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Edit your Podfile and add RETableViewManager:

``` bash
platform :ios, '6.0'
pod 'RETableViewManager', '~> 1.5.14'
pod 'RETableViewManager', '~> 1.5'
```

Install into your Xcode project:
Expand Down Expand Up @@ -591,12 +591,8 @@ self.manager.style.cellHeight = 42.0;
[self.manager.style setSelectedBackgroundImage:[[UIImage imageNamed:@"Single_Selected"] resizableImageWithCapInsets:UIEdgeInsetsMake(10, 10, 10, 10)]
forCellType:RETableViewCellTypeSingle];

// Retain legacy grouped cell style in iOS 7
//
if (REDeviceIsUIKit7()) {
self.manager.style.contentViewMargin = 10.0;
self.manager.style.contentViewMargin = 10.0;
self.manager.style.backgroundImageMargin = 10.0;
}

// Set a custom style for a particular section
//
Expand Down

0 comments on commit 66bd852

Please sign in to comment.