Hacker News new | ask | show | jobs
by loumf 1258 days ago
If it's iOS only, learn Swift from Apple's Swift book and then look at SwiftUI for the UI of the app.

If you want it to be cross-platform, look at react-native. You program in JS, but it renders as native views.