|
|
|
|
|
by ChrisMarshallNY
856 days ago
|
|
I don't, but know many that do. I'll bet almost all AAA apps are still ObjC, and I know that Apple still uses it, in-house, for a lot of their stuff. I write my Apple stuff exclusively in Swift, and don't bridge to C. I have been doing that, since 2014. Before that, I wrote in ObjC. I still use UIKit/AppKit/WatchKit for my shipping apps, though. I do not believe that SwiftUI is ready yet, for the scope of my work (I just tried again, this week, and it's still a nope). |
|
For now though, the bulk of my UIs will continue to be built with code-only (no storyboards/XIBs) UIKit.