Skip to content

Commit 4fa1d5d

Browse files
committed
Updated Native Layout.
1 parent 8a93e06 commit 4fa1d5d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NativeUIKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'NativeUIKit'
4-
s.version = '1.1.0'
4+
s.version = '1.1.1'
55
s.summary = 'Mimicrated views and controls to native Apple appearance.'
66
s.homepage = 'https://github.com/ivanvorobei/NativeUIKit'
77
s.source = { :git => 'https://github.com/ivanvorobei/NativeUIKit.git', :tag => s.version }

Sources/NativeUIKit/NativeLayout.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ public enum NativeLayout {
3737

3838
public enum Scroll {
3939

40-
static var top_inset_transparent_navigation: CGFloat { 16 }
41-
static var bottom_inset_reach_end: CGFloat { 36 }
42-
static var bottom_inset_when_keyboard_can_appear: CGFloat { 32 }
40+
public static var top_inset_transparent_navigation: CGFloat { 16 }
41+
public static var bottom_inset_reach_end: CGFloat { 36 }
42+
public static var bottom_inset_when_keyboard_can_appear: CGFloat { 32 }
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)