I need to show 7 actions in iPhone action sheet. Is it possible? What is the maximum number of actions for iPhone?
Tell me more
×
User Experience Stack Exchange is a question and answer site for
user experience researchers and experts. It's 100% free, no registration required.
|
closed as off topic by JonW♦ May 15 '12 at 5:10
Questions on User Experience Stack Exchange are expected to relate to user experience within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
As per iOS standards, you can fit upto 5 items. If there are more than 5 items, you put most important actions as first 4 and make the last item as "..." which opens a more actions popup. |
|||