Commit afd55674 by Daniel Jonathan Committed by GitHub

Merge pull request #1211 from leedsalex/patch-1

Fix Layout Documentation for Width Constraint
parents d98258fa 3b815e7b
...@@ -918,7 +918,7 @@ public extension Layout { ...@@ -918,7 +918,7 @@ public extension Layout {
} }
/** /**
Constraints height of the view to the given anchor. Constraints width of the view to the given anchor.
- Parameter _ anchor: A LayoutAnchorable. - Parameter _ anchor: A LayoutAnchorable.
- Parameter offset: A CGFloat offset. - Parameter offset: A CGFloat offset.
- Returns: A Layout instance to allow chaining. - Returns: A Layout instance to allow chaining.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment