xaviermerino / XMSegmentedControl

A customizable segmented control with Icons, Text or Icons + Text segments. It is fully customizable and supports several inbuilt styles for displaying the selected segment. Written in Swift for iOS.
MIT License
193 stars 61 forks source link

Text clipped for tab with long text #24

Open ompagi opened 8 years ago

ompagi commented 8 years ago

i has this one control with the width of the screen's width, thus making the text clipped, which i want to avoid. Possible to make it scrollable horizontally?

xaviermerino commented 8 years ago

Are you talking about being able to scroll to fit more sections or about scrolling the text inside a section?

ompagi commented 8 years ago

Being able to scroll the segment control to fit more tabs. Is it already applicable or did i post this in the wrong section ?