Transparent gaps in UI Design allowed?

It doesn't matter if you do all the error checking in the world, or if you have the most beautiful graphics, if your site or application design isn't usable, it's not going to do well. Get input and advice on usability and user interface issues here.

Moderator: General Moderators

Post Reply
roxanne628
Forum Newbie
Posts: 1
Joined: Wed Apr 09, 2014 8:20 am

Transparent gaps in UI Design allowed?

Post by roxanne628 »

Hi there,

I am currently updating the skin of an app. With this new design we have created an 8px spacing as the 'golden rule' between UI elements, buttons, etc.

The developers I am working with said that the transparent pixel spacing is a "no-no". They are in Shanghai so I'm waiting a full day to hear back on why it is a "no-no".

The idea of the UI design is to have the illusion of floating buttons, but in reality if the elements are exported with a transparent border of 4px (creating in reality a rigid structure) I don't see why this won't work. I'm not a developer so I understand I may be blind to rules or code that interferes with this.

Is this something that iOS has a rule about? I've seen in several design mock-ups online with people doing this so I am hoping for some clarity from some of you as to why this won't work or if it could. I've attached two files to explain what the dev's are saying won't work and what the designers are proposing to create the illusion.

We've just done 5 days of tedious design execution so trying to figure out if we have to start over :banghead:

Thanks!
Attachments
The blue square indicated a 4px border to be exported as part of the UI element to create the illusion of a floating element.
The blue square indicated a 4px border to be exported as part of the UI element to create the illusion of a floating element.
The developers said the highlighted areas are not allowed
The developers said the highlighted areas are not allowed
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Transparent gaps in UI Design allowed?

Post by Christopher »

Is this a native app or web app?
(#10850)
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Transparent gaps in UI Design allowed?

Post by pickle »

They likely said it was a "no-no" because the spacing can (and should) be done in code. What happens if after everything is done, the pixel spacing needs to be 4px, or 9px? If the spacing is set into the images, you'll have to re-render them all, whereas the developers can just tweak it once in code.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
jeminacrown
Forum Newbie
Posts: 2
Joined: Tue Jan 06, 2015 1:53 am

Re: Transparent gaps in UI Design allowed?

Post by jeminacrown »

No transparent gaps is not allowed because it defects on pixel or it can be add on coding if it it correct..
Skilltology
Forum Newbie
Posts: 1
Joined: Thu Mar 10, 2022 6:08 am

Re: Transparent gaps in UI Design allowed?

Post by Skilltology »

No, transparent pages are not allowed in UI Design.
Post Reply