Custom contact photos [skip ci]

This commit is contained in:
Ilya Laktyushin
2022-12-06 16:03:53 +04:00
parent d4e55712e5
commit 5788f4a1ac
37 changed files with 1666 additions and 340 deletions

View File

@@ -71,7 +71,7 @@ public final class DrawingView: UIView, UIGestureRecognizerDelegate, TGPhotoDraw
var tool: Tool = .pen
var toolColor: DrawingColor = DrawingColor(color: .white)
var toolBrushSize: CGFloat = 0.15
var toolBrushSize: CGFloat = 0.35
var toolHasArrow: Bool = false
var stateUpdated: (NavigationState) -> Void = { _ in }