Skip to content

Commit c3d3cf1

Browse files
committed
1.0.3
1 parent ab410b8 commit c3d3cf1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Example/Pods/Pods.xcodeproj/project.pbxproj

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UIToolBox.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'UIToolBox'
11-
s.version = '1.0.2'
11+
s.version = '1.0.3'
1212
s.summary = 'The missing UIKit Toolbox. Easy to use extensions for UI, Layout and Animation.'
1313

1414
s.description = 'UIToolBox is a set of tools, extensions, and classes for developing UI for iOS in Swift. Many of the extensions are Missing Features and easy to use helpers for creating readable code. UIToolBox breaks down into three major parts: AutoLayout Extensions, Foundation Extensions, UI Extensions.'

UIToolBox/Classes/Extensions/UIKit/UIScrollView+Paging.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public enum ScrollDimension {
1414
case height
1515
}
1616

17-
extension UIScrollView {
17+
public extension UIScrollView {
1818

1919
/// The Current scrollable dimension
2020
public var scrollDimension: ScrollDimension {
@@ -63,7 +63,7 @@ extension UIScrollView {
6363

6464
}
6565

66-
extension UIScrollView {
66+
public extension UIScrollView {
6767

6868
/// The current visible rect of the scrollview
6969
public var visibleRect: CGRect {

0 commit comments

Comments
 (0)