|
|
|
|
|
by kitsunesoba
2720 days ago
|
|
Not impossible, but unlikely. For Mac, iOS, tvOS, and watchOS projects at Apple, Objective-C is still the dominant language due to all pre-existing projects being written in it. Swift is used in a few places — most notably the macOS Dock has been written in Swift for at least a couple of iterations now — but bulk adoption won’t come about until Swift achieves ABI stability with version 5. |
|
Dock is only partially written in Swift. A significant portion is still Objective-C.