by grumblingdev on 8/30/23, 7:25 AM with 2 comments
How to tell if its React Native, SwiftUI or just Cocoa?
by mk89 on 9/9/23, 7:58 AM
When that is not enough, you can also get some cues from the Accessibility Inspector to "guess" what a program uses.
by grumblingdev on 8/30/23, 8:26 AM
WhatsApp seems to use UIView, but I couldn't find evidence of SwiftUI, so am assuming its just a UIKit app.
There are some very similar UI components to the mobile app, so I am guessing they want to unify as much as they can between the two codebases.
WhatsApp Windows seems to be a native Windows app.