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