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 64 forks source link

How to Add More than 6 Segments #25

Closed jassimkm closed 8 years ago

jassimkm commented 8 years ago

Hi , is there any method to add more than six segments

xaviermerino commented 8 years ago

There is no method to do that. However you can achieve that by removing the limitation in software. It normally checks segments <= 6. You can remove that and make it work.

On Tue, Sep 6, 2016 at 8:04 AM, jassimkm notifications@github.com wrote:

Hi , is there any method to add more than six segments

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xaviermerino/XMSegmentedControl/issues/25, or mute the thread https://github.com/notifications/unsubscribe-auth/AIP_s9LEn73wOHV_dwQHNQnL-P0VugvFks5qnVa6gaJpZM4J1w1j .

Xavier Merino A. ♥ Tux

jassimkm commented 8 years ago

Thanks for Helping Out