Merge branch 'charlesmchen/albumStrokes'

pull/1/head
Matthew Chen 7 years ago
commit 2f8b25b4b3

@ -794,14 +794,6 @@ const UIDataDetectorTypes kOWSAllowedDataDetectorTypes
self.unloadCellContentBlock = ^{ self.unloadCellContentBlock = ^{
[albumView unloadMedia]; [albumView unloadMedia];
}; };
for (UIView *itemView in albumView.itemViews) {
OWSBubbleShapeView *strokeView = [[OWSBubbleShapeView alloc] initDraw];
strokeView.strokeColor = [UIColor colorWithWhite:0.5f alpha:0.4f];
strokeView.strokeThickness = 1.f;
[itemView addSubview:strokeView];
[self.bubbleView addPartnerView:strokeView];
[self.viewConstraints addObjectsFromArray:[strokeView ows_autoPinToSuperviewEdges]];
}
return albumView; return albumView;
} }

Loading…
Cancel
Save