Package apple.uikit.enums
Class UICollectionViewFlowLayoutSectionInsetReference
- java.lang.Object
-
- apple.uikit.enums.UICollectionViewFlowLayoutSectionInsetReference
-
public final class UICollectionViewFlowLayoutSectionInsetReference extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longContentInsetstatic longLayoutMarginsstatic longSafeArea
-
-
-
Field Detail
-
ContentInset
public static final long ContentInset
- See Also:
- Constant Field Values
-
SafeArea
public static final long SafeArea
- See Also:
- Constant Field Values
-
LayoutMargins
public static final long LayoutMargins
- See Also:
- Constant Field Values
-
-