Earlier quoted context omitted.
I agree that the article could've gone into more depth about the difficulties they faced, but most developers will agree "a lot of the UI is compromise" is the key point. Supporting iOS 6 and 7 visuals at the same time just means your app looks out of place in both versions.
> Supporting iOS 6 and 7 visuals at the same time just means your app looks out of place in both versions. It's just a little more work. Facebook looks the same on iOS 6 even now that it supports iOS 7. If you are mostly using native UI with only a few customisations, I don't see the problem.
iOS 7 only is the only sane thing to do
21–30 of 82 posts
Re: iOS 7 only is the only sane thing to do
#22Re: iOS 7 only is the only sane thing to do
#23Re: iOS 7 only is the only sane thing to do
#24Great points, except for "@2x only." If your app supports iPads, then the iPad 2 and iPad Mini (first generation) are both non-Retina screens and are still available for sale directly from Apple. Given Apple's 3 year support cycles, iOS 10 will be the first iOS that can fully drop support for non-retina displays if the iPad 2 and original iPad mini are discontinued by the end of this year.
Our app is iPhone only, but this is a great point to remember for anyone thinking about dropping the non-retina image.
Re: iOS 7 only is the only sane thing to do
#25Re: iOS 7 only is the only sane thing to do
#26Re: iOS 7 only is the only sane thing to do
#27> When we added pull to refresh to our app there weren’t many apps using this technique and it added a premium feel to our app. This makes me want to vomit. I can't wait until implementing flashy UI is so trivial and common that shallow things like this don't actually affect an application's perceived value. I don't remember the transition to GUI in the 80s as being as shallow as the mobile app market is.
Its not shallow, it makes the app easier to use and therefore better designed. Also, perception is reality.
Re: iOS 7 only is the only sane thing to do
#28Re: iOS 7 only is the only sane thing to do
#29Earlier quoted context omitted.
Our app is iPhone only, but this is a great point to remember for anyone thinking about dropping the non-retina image.
Unfortunately, an app cannot be made `-568h` only. And -[UIImage imageWithName:] does not support `-568h` infix.
Re: iOS 7 only is the only sane thing to do
#30The only sane thing to do is have it recycled.