diff --git a/README.md b/README.md index 34035ab..f8a7e53 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 //