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 e37ef10 commit c8fc426Copy full SHA for c8fc426
Sources/FlexLayout.swift
@@ -31,7 +31,7 @@ public final class Flex {
31
/**
32
Flex items's UIView.
33
*/
34
- private weak var view: UIView?
+ private(set) weak var view: UIView?
35
private let yoga: YGLayout
36
37
0 commit comments