Various improvements

This commit is contained in:
Ilya Laktyushin
2023-01-10 19:03:20 +04:00
parent c61bf3330a
commit e5793073e6
10 changed files with 65 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ private func generateKnobImage() -> UIImage? {
return image?.stretchableImage(withLeftCapWidth: Int(margin + side * 0.5), topCapHeight: Int(margin + side * 0.5))
}
class ModeAndSizeComponent: Component {
final class ModeAndSizeComponent: Component {
let values: [String]
let sizeValue: CGFloat
let isEditing: Bool