You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2021. It is now read-only.
ScrollableSegmentedControl is replacement for UISegmentedControl that becomes scrollable when the total width of all segments exceeds the width of the control itself.
4
9
5
10
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'
63
68
```
64
69
65
70
### Old-fashioned way
66
-
Just add `ScrollableSegmentedControl.swift` to your project.
71
+
Just add `ScrollableSegmentedControl.swift` to your project.
0 commit comments