Stop RBLView turning on Autolayout.

This commit is contained in:
Danny Greg 2013-06-07 22:16:06 -07:00
Родитель a7652961b8
Коммит 6f250c143f
1 изменённых файлов: 0 добавлений и 11 удалений

Просмотреть файл

@ -148,17 +148,6 @@ static IMP RBLViewDrawRectIMP;
}
}
#pragma mark Layout
+ (BOOL)requiresConstraintBasedLayout {
// Necessary for -layout to be consistently invoked.
return YES;
}
- (void)layout {
[super layout];
}
#pragma mark View Hierarchy
// Before 10.8, AppKit may destroy the view's layer when changing superviews