File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Sources/ComponentsKit/Components/InputField Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ open class UKInputField: UIView, UKComponent {
3636 public var textField = UITextField ( )
3737 /// A label that displays the caption from the model.
3838 public var captionLabel = UILabel ( )
39- /// A view that contains `horizontalStackView` and `titleLabel` whet it is outside .
39+ /// A view that contains `horizontalStackView` to have paddings .
4040 public var textFieldContainer = UIView ( )
41- /// A stack view that contains `textField` and `titleLabel` whet it is inside.
41+ /// A stack view that contains `textField` and `titleLabel` when it is inside.
4242 public var horizontalStackView = UIStackView ( )
43- /// A stack view that contains `textFieldContainer`.
43+ /// A stack view that contains `textFieldContainer` and `titleLabel` when it is outside .
4444 public var verticalStackView = UIStackView ( )
4545
4646 // MARK: Private Properties
You can’t perform that action at this time.
0 commit comments