70 ms·
A good designer can score on the Appstore even if he is a novice programmer. Unfortunately that's not true for good programmers that suck at design.
by codesink 15y ago
A good designer can score on the Appstore even if he is a novice programmer.
Unfortunately that's not true for good programmers that suck at design.
- k-mcgrady 15y agoVery true. I think that it is because of the form factor (small screen, full touch) that design is essential. Fortunately there are some great designers out there for programmers to hire. I've had my most success with iOS apps where I hired a designer (I'm a programmer).
- nathanbarry 15y agoMaybe. Though Apple gives you a lot of tools to help you make good (though simple) looking applications. UIKit is pretty detailed. Here is my simple design advice if you don't know how to design: * Use the provided UI elements, they look great. * Choose a primary color and an accent color, don't get carried away. * Make sure everything lines up. Choose a number (10 pts) and align everything off of that. Aligning your UI elements will go a very long ways to make everything look good. * If you have paragraphs of text set the line height to around 1.5 (depending on the font). * The only thing provided by Apple that is Ugly is the UIButtons. Draw a simple, clean button or ask someone to make one for you. If you follow these simple ideas you can make a pretty good looking application without knowing how to design.
- nathanbarry 15y agoAlso, a programmer who can't design is able to release an ugly, but functional application. A designer who can't program will only make a beautiful but useless design. In this case I think the programmer has the advantage. Though my philosophy is to learn both.
- wallflower 15y ago> Though my philosophy is to learn both. How many of your friends are designers or artists?
- nathanbarry 15y agoI have a couple friends who are designers. But many more who are programmers.
- blhack 15y agoThis is true everywhere, not just the app store. A well-designed, but poorly coded site is going to do a lot better (generally), than a well coded, but poorly designed site. This is why I'm trying so hard to level my design skills.
- shakes 15y agoThis is why, as a developer, I married a designer. Ok, that's not the only reason why, but it's worked out really well.
- nathanbarry 15y agoNow that is a clever idea.