Skip to content

Commit 8a93e06

Browse files
committed
Added top_inset_transparent_navigation.
1 parent f466192 commit 8a93e06

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Sources/NativeUIKit/NativeLayout.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public enum NativeLayout {
3737

3838
public enum Scroll {
3939

40+
static var top_inset_transparent_navigation: CGFloat { 16 }
4041
static var bottom_inset_reach_end: CGFloat { 36 }
4142
static var bottom_inset_when_keyboard_can_appear: CGFloat { 32 }
4243
}

0 commit comments

Comments
 (0)