Skip to content

Commit 7c467a6

Browse files
improve docs in UKInputField
1 parent 07af638 commit 7c467a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/ComponentsKit/Components/InputField/UKInputField.swift

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)