File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ public final class Flex {
138
138
flexbox's UIView is excluded, FlexLayout won't layout the view and its children views.
139
139
140
140
- Parameter included: true to layout the view
141
- - Returns:
141
+ - Returns: Flex interface
142
142
*/
143
143
@discardableResult
144
144
public func isIncludedInLayout( _ included: Bool ) -> Flex {
@@ -235,7 +235,7 @@ public final class Flex {
235
235
root of your layout tree.
236
236
237
237
- Parameter value: new LayoutDirection
238
- - Returns:
238
+ - Returns: Flex interface
239
239
*/
240
240
@discardableResult
241
241
public func layoutDirection( _ value: LayoutDirection ) -> Flex {
@@ -520,7 +520,7 @@ public final class Flex {
520
520
media types. AspectRatio accepts any floating point value > 0, the default is undefined.
521
521
522
522
- Parameter value:
523
- - Returns:
523
+ - Returns: Flex interface
524
524
*/
525
525
@discardableResult
526
526
public func aspectRatio( _ value: CGFloat ? ) -> Flex {
@@ -534,7 +534,7 @@ public final class Flex {
534
534
media types. AspectRatio accepts any floating point value > 0, the default is undefined.
535
535
536
536
- Parameter value:
537
- - Returns:
537
+ - Returns: Flex interface
538
538
*/
539
539
@discardableResult
540
540
public func aspectRatio( of imageView: UIImageView ) -> Flex {
You can’t perform that action at this time.
0 commit comments