I am working on my first iphone app. Great so far with regards to functionality but the app itself looks dull and borderline retro. Any tips on how to design a user friendly and pleasant theme? I have a main menu (grouped uitableview).
Thanks
|
I am working on my first iphone app. Great so far with regards to functionality but the app itself looks dull and borderline retro. Any tips on how to design a user friendly and pleasant theme? I have a main menu (grouped uitableview). Thanks
| |||
|
feedback
|
|
There are many many details that only the trained eye can see. I can only spot some of them. For example, the world of beautiful apps is full of gradients, shadows, highlights, small contrasts and subtle (background) patterns. How to learn this? Read design blogs, books, articles, etc. They like to discuss the pixels of the most beautiful apps and websites. I also have learned a good amount of little details with tutorials on the web. For example, many css3 tutorials explain how to achieve many beautiful effects in a higher level. On the other hand, css2 would make you spend more time in "hacks" to achieve transparency, rounded corners, etc. That's why I think that css3 resources are a good way to learn how to do these beautiful widgets. (I only use them to notice some details that masters do) This will take you some time... Good luck :) | |||
|
feedback
|
|
Use Photoshop, Omnigraph, or some other tool to mock up your view. There are kits out there with iPhone graphics, I believe omnigraph comes with iPhone stencils (i have never used it). Interface builder is great and all but you cant do everything with it. What I often do is design the interface in IB and use that as a reference to create the views programatically. For example, say I want a custom table row ill add a view to IB, then click on size inspector.
| |||||
feedback
|