ianb821 / IBActionSheet

Customizable iOS 7 style UIActionSheet
MIT License
307 stars 65 forks source link

IBActionSheet is not scroll #9

Closed mistrydarshan99 closed 10 years ago

mistrydarshan99 commented 10 years ago

When there are more than 25 buttons in IBactionSheet then there is not scroll occur in IBActionSheet.So plz guide me how to implement scrolling in IBActionSheet

ianb821 commented 10 years ago

Wow, that's a lot of buttons! To be honest, I don't think that I personally would add this as a feature. The UIActionSheet in general is supposed to elegantly provide the user with a few options to choose from (my opinion). According to Apple: "Action sheets display a set of buttons representing _several_ alternative choices to complete a task initiated by the user." (Emphasis mine). You're free to fork the repo and make that a feature if you would like. I'm also happy to answer any questions you might have about doing so.