Fix iOS [redacted] check

This commit is contained in:
Roman Efimov
2013-08-09 14:47:46 -05:00
parent 207d8db0a7
commit cffb8d2571

View File

@@ -493,7 +493,7 @@ self.manager.style.cellHeight = 42.0;
// Retain legacy grouped cell style in iOS [redacted]
//
if (REDeviceSystemMajorVersion() >= 7) {
if (REDeviceIsUIKit7()) {
self.manager.style.contentViewMargin = 10.0;
self.manager.style.backgroundImageMargin = 10.0;
}