File tree 1 file changed +3
-3
lines changed
Sources/ComponentsKit/Components/InputField
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 {
36
36
public var textField = UITextField ( )
37
37
/// A label that displays the caption from the model.
38
38
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 .
40
40
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.
42
42
public var horizontalStackView = UIStackView ( )
43
- /// A stack view that contains `textFieldContainer`.
43
+ /// A stack view that contains `textFieldContainer` and `titleLabel` when it is outside .
44
44
public var verticalStackView = UIStackView ( )
45
45
46
46
// MARK: Private Properties
You can’t perform that action at this time.
0 commit comments