Hacker News new | ask | show | jobs
by throw03172019 2578 days ago
I’ve been doing iOS since 2008 and the “specific fixes” are definitely more common these days! iOS used to be a simple platform with one standard phone size and tablet size but it started to increase in complexity with all the new devices today (I’m looking at you iPhone X). iOS 6 -> iOS 7-8 was such a pain to main backward compatibility because of all the navigation/status bar changes.

I still find iOS to be my preferred platform but the “it just works” feeling is no longer there.

1 comments

In my experience, iOS is still pretty close to, “it just works” if one sticks to recommended practices (autolayout, etc). Not perfect, but not bad either.

Of course if you’re writing manual frame code or using some third party UI library, that’s a very different story…