Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

Commit bff55b3

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 63fa783 + d761672 commit bff55b3

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: swift
2+
osx_image: xcode8.2
3+
xcode_project: ScrollableSegmentedControl.xcodeproj

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ScrollableSegmentedControl
22

3+
[![CI Status](https://travis-ci.org/GocePetrovski/ScrollableSegmentedControl.svg?branch=master)](https://travis-ci.org/GocePetrovski/ScrollableSegmentedControl)
4+
[![Version](https://img.shields.io/cocoapods/v/ScrollableSegmentedControl.svg?style=flat)](http://cocoadocs.org/docsets/ScrollableSegmentedControl)
5+
[![License](https://img.shields.io/cocoapods/l/ScrollableSegmentedControl.svg?style=flat)](http://cocoadocs.org/docsets/ScrollableSegmentedControl)
6+
[![Platform](https://img.shields.io/cocoapods/p/ScrollableSegmentedControl.svg?style=flat)](http://cocoadocs.org/docsets/ScrollableSegmentedControl)
7+
38
ScrollableSegmentedControl is replacement for UISegmentedControl that becomes scrollable when the total width of all segments exceeds the width of the control itself.
49

510
ScrollableSegmentedControl supports 4 styles of segments: text only, image only, text with image on top and text with image on left.
@@ -63,4 +68,4 @@ pod 'ScrollableSegmentedControl'
6368
```
6469

6570
### Old-fashioned way
66-
Just add `ScrollableSegmentedControl.swift` to your project.
71+
Just add `ScrollableSegmentedControl.swift` to your project.

0 commit comments

Comments
 (0)