зеркало из https://github.com/github/Rebel.git
Try reinvoking -setWantsLayer: when applying layer properties
This commit is contained in:
Родитель
2a9c03a0a3
Коммит
aec0b4fa0f
|
@ -174,6 +174,7 @@ static IMP RBLViewDrawRectIMP;
|
|||
#pragma mark Layer Management
|
||||
|
||||
- (void)applyLayerProperties {
|
||||
[self setWantsLayer:YES];
|
||||
self.layer.backgroundColor = self.backgroundColor.rbl_CGColor;
|
||||
self.layer.cornerRadius = self.cornerRadius;
|
||||
self.layer.masksToBounds = self.clipsToBounds;
|
||||
|
|
Загрузка…
Ссылка в новой задаче