Reputation: 23
I am creating an application with call functionality, I want to have the phone image on the right hand side and the name of the contact on the left hand side. Currently this has been implemented by placing the 2 buttons side by side, hence if the user clicks on any of the buttons, the same functionality (calling the contact) happens.
Is this allowed according to Apple HIG? Please let me know.
Thank You, Ashvin
Upvotes: 1
Views: 392
Reputation: 14242
Overlapping buttons?
Hope these points help!
Upvotes: 1
Reputation:
Adding some more information on the about query. The buttons are overlapping as one is just a graphics and another is a rounded rectangle button whose Title changes dynamically.
If they can not be overlapped, can we have an odd shape button on the screen as long as user feels that they are buttons?
Thanks.
Upvotes: 0
Reputation:
Is there any mention about overlapping the buttons? Suppose for better design/look and feel, I have to place two buttons which partially overlaps each other, is it disallowed? Still the screen looks good and there will not be any confusion about the buttons. But only point is they are two different buttons, which assumes same functionality and has overlapped.
Upvotes: 0
Reputation: 82555
I don't think anything in the HIG specifically disallows this, but it seems like a bad idea, for a couple of reasons:
From your description it is hard to tell exactly what this looks like, but it sounds like something that needs to be re-designed.
Upvotes: 1