TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are the best resources to learn app development for Macs?

9 pointsby mailarchisover 4 years ago
There are a lot of articles, tutorials and courses when it comes to iOS. But we have struggling a bit to find good ones for Mac

5 comments

cpachover 4 years ago
The source code for NetNewsWire might be a useful starting point: <a href="https:&#x2F;&#x2F;github.com&#x2F;Ranchero-Software&#x2F;NetNewsWire" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Ranchero-Software&#x2F;NetNewsWire</a>
mjturnerover 4 years ago
I can highly recommend Paul Hudson&#x27;s courses, eg, Hacking with macOS -<a href="https:&#x2F;&#x2F;www.hackingwithswift.com&#x2F;store&#x2F;hacking-with-macos" rel="nofollow">https:&#x2F;&#x2F;www.hackingwithswift.com&#x2F;store&#x2F;hacking-with-macos</a>. They are heavily Swift-focused by very good.
评论 #24712454 未加载
cpachover 4 years ago
I’m kinda bummed that you only got two replies in total... Mac development is a little bit of a lost art these days. There are some very skilled people out there who knows it. But not so many who choose to learn it though these days. All focus is on mobile...
评论 #24691298 未加载
nikiviover 4 years ago
Take a look at Jordan Singer&#x27;s SwiftUI apps. All are open source, most are macOS apps.<p><a href="https:&#x2F;&#x2F;ibuildmyideas.com" rel="nofollow">https:&#x2F;&#x2F;ibuildmyideas.com</a>
mailarchisover 4 years ago
Thanks cpach, nikivi for your pointers