Skip to content

Commit 28589c0

Browse files
Access level for originalOffset changed to open at ORKeyboardLayoutConstraint
1 parent 1a8ea44 commit 28589c0

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- ORCommonUI-Swift (5.0.2):
2+
- ORCommonUI-Swift (5.0.3):
33
- PureLayout (~> 3.0)
44
- PureLayout (3.0.2)
55

@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
ORCommonUI-Swift: 94fa74a69586b53c71291d1d76c5866afe971e42
18+
ORCommonUI-Swift: ed7f08885bd168f1bb539e5913b58fd2ffc0390f
1919
PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd
2020

2121
PODFILE CHECKSUM: c1a7e4ec90bec821daefdc23706a32cb5e39369e

Example/Pods/Local Podspecs/ORCommonUI-Swift.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/ORCommonUI-Swift/ORCommonUI-Swift-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ORCommonUI-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "ORCommonUI-Swift"
11-
s.version = "5.0.2"
11+
s.version = "5.0.3"
1212
s.summary = "ORCommonUI-Swift - UI extensions, custom views, controllers."
1313

1414
# This description is used to generate tags and improve search results.

Pod/Classes/ORKeyboardLayoutConstraint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import UIKit
1111
open class ORKeyboardLayoutConstraint: NSLayoutConstraint {
1212

1313
fileprivate var kKeyCalculatedConstant: String = ""
14-
var originalOffset: CGFloat = 0
14+
open var originalOffset: CGFloat = 0
1515

1616
@IBInspectable var useCustomOffsetWhenKeyboardIsShown: Bool = false
1717
@IBInspectable var customOffset: CGFloat = 0

0 commit comments

Comments
 (0)