mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Drawing improvements and fixes
This commit is contained in:
@@ -6,8 +6,13 @@
|
||||
|
||||
typedef enum
|
||||
{
|
||||
TGPhotoPaintSettingsViewIconBrush,
|
||||
TGPhotoPaintSettingsViewIconText,
|
||||
TGPhotoPaintSettingsViewIconBrushPen,
|
||||
TGPhotoPaintSettingsViewIconBrushMarker,
|
||||
TGPhotoPaintSettingsViewIconBrushNeon,
|
||||
TGPhotoPaintSettingsViewIconBrushArrow,
|
||||
TGPhotoPaintSettingsViewIconTextRegular,
|
||||
TGPhotoPaintSettingsViewIconTextOutlined,
|
||||
TGPhotoPaintSettingsViewIconTextFramed,
|
||||
TGPhotoPaintSettingsViewIconMirror
|
||||
} TGPhotoPaintSettingsViewIcon;
|
||||
|
||||
@@ -17,7 +22,9 @@ typedef enum
|
||||
@property (nonatomic, copy) void (^changedColor)(TGPhotoPaintSettingsView *sender, TGPaintSwatch *swatch);
|
||||
@property (nonatomic, copy) void (^finishedColorPicking)(TGPhotoPaintSettingsView *sender, TGPaintSwatch *swatch);
|
||||
|
||||
@property (nonatomic, copy) void (^eyedropperPressed)(void);
|
||||
@property (nonatomic, copy) void (^settingsPressed)(void);
|
||||
|
||||
@property (nonatomic, readonly) UIButton *settingsButton;
|
||||
|
||||
@property (nonatomic, strong) TGPaintSwatch *swatch;
|
||||
|
||||
Reference in New Issue
Block a user