Skip to content

Commit 19f1ab6

Browse files
committed
Add option to add indicator padding
1 parent ac0c34e commit 19f1ab6

File tree

40 files changed

+71
-1590
lines changed

40 files changed

+71
-1590
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Carthage
3030
# Note: if you ignore the Pods directory, make sure to uncomment
3131
# `pod install` in .travis.yml
3232
#
33-
# Pods/
33+
Pods/

Example/.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.3.0

Example/Podfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ target 'SWSegmentedControl_Example' do
55
pod 'SWSegmentedControl', :path => '../'
66

77
target 'SWSegmentedControl_Tests' do
8-
inherit! :search_paths
8+
inherit! :search_paths
9+
10+
11+
pod 'FBSnapshotTestCase'
912
end
1013
end

Example/Podfile.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
PODS:
2-
- SWSegmentedControl (1.0.1)
2+
- FBSnapshotTestCase (2.1.4):
3+
- FBSnapshotTestCase/SwiftSupport (= 2.1.4)
4+
- FBSnapshotTestCase/Core (2.1.4)
5+
- FBSnapshotTestCase/SwiftSupport (2.1.4):
6+
- FBSnapshotTestCase/Core
7+
- SWSegmentedControl (2.0.0)
38

49
DEPENDENCIES:
10+
- FBSnapshotTestCase
511
- SWSegmentedControl (from `../`)
612

713
EXTERNAL SOURCES:
814
SWSegmentedControl:
915
:path: "../"
1016

1117
SPEC CHECKSUMS:
12-
SWSegmentedControl: 77624d5f24135aa57f44cbf8999e7b755dd325ec
18+
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
19+
SWSegmentedControl: fe239122a265df08d671560e5a93f65375992b5e
1320

14-
PODFILE CHECKSUM: c642d0aba034a863591d28edcced1e92559d8f6d
21+
PODFILE CHECKSUM: 4d73b6e40f519ba6f6a5a464f3d226d71ae8cddc
1522

16-
COCOAPODS: 1.1.0.rc.2
23+
COCOAPODS: 1.2.0.beta.1

Example/Pods/Local Podspecs/SWSegmentedControl.podspec.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

Example/Pods/Manifest.lock

Lines changed: 0 additions & 16 deletions
This file was deleted.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 0 additions & 818 deletions
This file was deleted.

Example/Pods/Target Support Files/Pods-SWSegmentedControl_Example/Info.plist

Lines changed: 0 additions & 26 deletions
This file was deleted.

Example/Pods/Target Support Files/Pods-SWSegmentedControl_Example/Pods-SWSegmentedControl_Example-acknowledgements.markdown

Lines changed: 0 additions & 26 deletions
This file was deleted.

Example/Pods/Target Support Files/Pods-SWSegmentedControl_Example/Pods-SWSegmentedControl_Example-acknowledgements.plist

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)