Self-learning Swift (2): Understanding @main component
May 28, 2024 · 1 min read · This is how a @main looks like in Swift, every time the program/app started, it will first start with the code in @main. I would say it looks familiar to me, I can see some of the App.js in React/Next.js and also the main method in a C# program. A: @...
Join discussion