We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1257cfc commit b7fe23dCopy full SHA for b7fe23d
Example/ChatLayout/Chat/View/Other/BezierMaskedView.swift
@@ -100,7 +100,7 @@ final class BezierMaskedView<CustomView: UIView>: UIView {
100
}
101
102
private func updateChannelStyle() {
103
- self.cachedBounds = nil
+ cachedBounds = nil
104
UIView.performWithoutAnimation {
105
let maskLayer = CAShapeLayer()
106
maskLayer.frame = bounds
0 commit comments