I am about to release an iPhone application and I would like to move a couple commands into a button which is already being used to "Select All" and "Unselect All". A little background:

The application lets you put your contacts into groups, something that the iPhone surprisingly doesn't let you do on the actual phone. I've made an app that lets you do that and also select multiple people easily and send them all an email or an SMS, etc.

Up until now, I've had an extra button called "Actions..." on the right, which would bring up an action sheet with commands such as "Select members of ..." and "Unselect members of..." and "Copy contacts to..." and "Move contacts to..."

My testers have said it was confusing that this action would have further selection options. They suggested moving them to the "select all button", which seems to do with selection. I agree.

So we want to show a tooltip when (the user enters the contact list viewer AND has at least one group on their one) for the first time, pointing at Select All and saying: "long-tap for more options". And once they do that, bring up an action sheet with those two more advanced selection commands and "Cancel"

Seems intuitive to me, but can you think of any Apple guidelines that would make them reject on our app based on this? (Hidden modes or some bogus thing like that). If you do, can you please quote the relevant guideline? Thanks.

Greg

link|improve this question
feedback

2 Answers

Why don't you read the iOS Human Interface Guidelines yourself?

link|improve this answer
I did, but don't find anything against it. So I didn't want to assert a universal negative .. maybe some people have more insight into this. – Gregory Magarshak Dec 19 '10 at 16:48
feedback

I think long tap is absolutely not a intuitive thing to do except on list items. Your users will never guess that from the UI.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.