Comment Swift is more advanced... (Score 1) 44
Other than the SwiftUI framework, approximately everything that's in Swift was in Objective-C 5â"10 years ago.
Not the concurrency framework (GCD is not the same), SwiftUI doesn't have things like Swift structs, only supports integers enums, Generics, no guard statement. Also finer grained access control.
Mind you they have improved Objective-C over the years by bringing in some Swift features as Swift improved! Like nullability annotations.
I still do like Objective-C as a language but even with Swifts advanced areas and quirks, I still think it's more straightforward than Objective-C for newer users. And I think finally with the new beta version of Swift they have a concurrency model that is strong but also friendly enough for people to work with.