Hacker News new | ask | show | jobs
by valuearb 2091 days ago
Just curious, why can’t SwiftUI apps run on any iOS version prior to 13?

My clients app requires supporting iOS 11, but I’d love to start mixing in sone SwiftUI.

1 comments

They didn't release the frameworks for those OSs.

That's like how Catalysts runtime wasn't backported to older versions of macOS.

They could decouple those frameworks from the OS, but that adds other headaches and you eventually gotta draw the line somewhere so they tend to only add new frameworks with major OS updates.

And given their swift (pun intended) release schedule and fast user uptake of major releases, this is usually not too much of a hassle.
Thanks!