We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85d3a2 commit 6ede464Copy full SHA for 6ede464
Sources/YCoreUI/Extensions/UIKit/UIView+constrainSize.swift
@@ -41,7 +41,7 @@ extension UIView {
41
return [.width: widthConstraint, .height: heightConstraint]
42
}
43
44
- /// Constrain the receiving view with width and heigh
+ /// Constrain the receiving view with width and height
45
/// - Parameters:
46
/// - width: width of view to constrain to
47
/// - height: height of view to constrain to
0 commit comments