[WIP] Business

This commit is contained in:
Isaac
2024-02-26 18:43:15 +04:00
parent 50339b3c4c
commit 0ba75f81de
18 changed files with 520 additions and 161 deletions

View File

@@ -208,7 +208,7 @@ public final class ListMultilineTextFieldItemComponent: Component {
containerSize: availableSize
)
let size = textFieldSize
let size = CGSize(width: textFieldSize.width, height: textFieldSize.height - 1.0)
let textFieldFrame = CGRect(origin: CGPoint(), size: textFieldSize)
if let textFieldView = self.textField.view {