1
vote
2answers
97 views

What UX Changes Needed For New iPhone 5 App Updates? [closed]

I am helping my team to update our iOS app to support retina display and iPhone 5. I've read little bit of Cocoa Auto Layout, and other pages from developer.apple.com. But my question is, if I ...
4
votes
1answer
578 views

What are the best practices of designing a validation message on an iPhone App?

I am working on designing an iPhone app and I need to know which validation message style is the most recommended for the forms included. I don't prefer to use a pop up window i need something that ...
1
vote
2answers
1k views

What is the optimal text size for an iPhone 'News application'?

We are designing a News application for one of our clients, and I would like to get to know what is the optimal text size for Headlines and Article text in an application like this? We would like to ...
5
votes
3answers
2k views

Why do some custom iOS apps use the native nav bar?

I'm talking about Instagram or Foursquare, they are custom designed but still are using default themed menu bar for navigation. Is there some dirty secret behind it?
3
votes
2answers
268 views

What are some iPhone app examples that successfully use progress indicators [closed]

I am designing a iPhone app and the main function of the app is a 3 step process (steps most likely don't happen all at once (there could be a period of time between steps, unlike a signup flow). I ...