Hacker News new | ask | show | jobs
by canthonytucci 4748 days ago
This is essentially what the OS does if you use the standard controls. You say "I want a title bar at the top of the screen with a back button" and iOS 6 interprets this as the shiny ones you're used to, while 7 sees this as the new version. The problem is that the amount of variation you're allowed by apple is pretty slim. You can change the tint of the bar (UINavigationBar) and the text, provide an image to be the title instead of text....and that's about it before it might start breaking when they go from one version to the next.

Because things were the same for so long (IMHO that's why anyway) we've seen a lot of devs bringing their own ui items that looked similar but slightly different to the standard elements, I assume in the attempt to stand out visually. Apps like tapBots' TweetBot will likely be OK because they most likely don't use ANY of the standard UI elements, but apps that use a little custom and a little standard stuff have a lot of work cut out for them.