Course Information
Course Overview
Build Amazing Desktop Apps for your Mac
This course is produced from the "Hacking with macOS" series of tutorials, which are written and authored by the award winning Swift programmer, Paul Hudson, and these videos were made with his permission and support. You can always be guaranteed you're learning the latest and greatest Apple technologies in the Hacking with Swift tutorials. Here you learn smart, powerful, and expressive Swift 5.0, the way it was meant to be written. You learn while you make real-world desktop apps, which means you get to apply your new skills immediately and see them work in context. Hacking with Swift is one of the most popular Swift tutorial series online, which uses an approach that teaches you Swift programming incredibly quickly, and you end up with a huge library of finished projects that are yours to develop further, or ship to the Mac App Store. Paul has received high praise from the creator of the Swift language, Chris Lattner, for his outstanding method of teaching, and series of Swift tutorials. And working together with iOS developer Steve DeStefano, the Hacking with Swift series of programming training videos are simply the fastest way to learn how to code in the Apple eco-system.
Note: All finished projects and source code have been update to Swift 5.2. So even though some lectures are shown using Swift 4.2, they are currently being re-recorded with the latest Swift 5.2 code - just reference the source code for any update you might need until they are ready very soon.
Check out all of Paul Hudson's Swift tutorials and books at HackingWithSwift - from beginner to pro, Paul will teach you to write Swift code in very little time.
Want to learn how to build amazing desktop apps?
Want to code your own custom buttons for the new MacBook Pro “Touch Bar”?
This course has all the step by step instruction you need to create awesome apps to submit to the Mac App Store. And the Mac App Store is also a great source of revenue as it only has a fraction of the number of apps that the iOS App Store has, and typically you charge more for a Mac app.
Building a Mac desktop app uses the exact same Swift 5 language as iOS apps…there are differences of course from iOS, such as the macOS user interface uses windows instead of screens for an iPhone, but if your coming from iOS, the transition is seamless...an example is on iOS we use a UIImageView, and on macOS we use an NSImageView…simple right?.
The term "Hacking with macOS" means we are "playing" with the Swift language, and using it in unique and interesting ways.
Desktop apps are fun to build, simply add your own unique creativity, and follow along in the lectures, and before you know it, you've created a masterpiece.....how cool is it to have your very own creation right on your prized MacBook Pro, and on thousands of other MacBook Pros?
This course makes use of annotations, callouts, diagrams, highlighting, and deep explanations that help make complex subject matter, much easier to grasp, and guides you along the path of the code, each step of the way.
This course also makes the perfect reference tool kit, to be used in conjunction with the Apple docs, so that you can go back and scrub through any of the lectures very quickly to pull out relevant code or instruction that you need, as there's no wasted chatter here, it's strictly on point with Swift 5.0 and macOS.
Some of the topics that will be covered:
Featuring apps built by the award winning Swift programmer - Paul Hudson - HackingWithSwift
Build 18 projects - each one teaching a new aspect of macOS
All source code is built with the latest Swift 5.2 code
Learn Swift by use of annotations - diagrams - highlighting - callouts
Touch Bar - code your own custom touch bar buttons and controls
How to use controls - Outlets and Actions
Windows - Controllers - Table views
Split view controllers - Toolbars
Web views
Using delegates and protocols
Work with the social framework - FB - Twitter etc.
Learn how to refactor code
The ins and outs of GCD
SpriteKit and Games
The new UserDefaults to persist data
Adding audio - Animations
Using stackView
Grid views
Learn how to work with JSON data in swift
NSUndoManager - Add undo and redo to your apps
NSDocument
Bindings - Which let you build apps with very little code
Learn how to use Auto Layout both in code and in storyboards
And a ton more!
All videos are recorded in HD for maximum resolution and clarity
Some Swift programming experience is needed to be able to follow along comfortably.
If you think this might be too difficult for you, think again, and come code along with me in a step by step format....just add a big portion of your own unique creativity, and before you know it, you will have built many amazing apps that you can submit to the Mac App Store. See you inside the course.
Course Content
- 24 section(s)
- 111 lecture(s)
- Section 1 Beating Cancer with AI
- Section 2 Marks Awesome Animated SwiftUI Books & Other Great SwiftUI Resources
- Section 3 Introduction
- Section 4 Intro to hacking with macOS - Notes for iOS developers
- Section 5 Whats new in Swift 4
- Section 6 Project 1 - Storm Viewer
- Section 7 Project 2 - Cows and Bulls
- Section 8 Project 3 - Social Media
- Section 9 Project 4 - Grid Browser
- Section 10 Project 5 - Capital Cities
- Section 11 Project 6 - Auto Layout
- Section 12 Project 7 - Photo Memories (Currently being updated to Xcode 11.3.1 and Swift 5)
- Section 13 Project 8 - Odd One Out (Currently being updated to Xcode 11.3.1 and Swift 5.1)
- Section 14 Project 9 - GCD (Currently being updated to Xcode 11.3.1 and Swift 5.1)
- Section 15 Project 10 - WeatherBar (Currently being updated to Xcode 11.3.1 and Swift 5.1)
- Section 16 Project 11 - Bubble Trouble (Currently being updated to Xcode 11.3.1 and Swift 5
- Section 17 Project 12 - Animations (Currently being updated to Xcode 11.3.1 and Swift 5.1)
- Section 18 Project 13 - Screenable (Currently being updated to Xcode 11.3.1 and Swift 5.1)
- Section 19 Project 14 - Shooting Gallery (Currently being updated to Xcode 11.3.1 and Swift
- Section 20 Project 15 - NSUndoManager (Currently being updated to Xcode 11.3.1 and Swift 5)
- Section 21 Project 16 - Bookworm (Currently being updated to Xcode 11.3.1 and Swift 5.1)
- Section 22 Project 17 - Match Three (Currently being updated to Xcode 11.3.1 and Swift 5.1)
- Section 23 Project 18 - Bindings (Currently being updated to Xcode 11.3.1 and Swift 5.1)
- Section 24 Frequent Flyer Club
What You’ll Learn
- Place your own amazing desktop apps into the hands of thousands of people through the Mac App Store, Become completely proficient in macOS app development using the latest version of Apple's language, Swift 4, along with best practices and techniques, Build your own desktop apps for the Mac, Broaden your coding skills by learning to program on a different Apple platform
Skills covered in this course
Reviews
-
FFrank Streicher
Everything was fine until Project 7. With my Version of XCode (14) and Swift (5.7) I wasn't able to run the code shown. The Update of the Videos is a must, but not done up to now. Then I bought Paul Hudson's Book ($50), which is constantly updated, to complete the course and I'm happy with that.
-
AAnonymized User
Apple never slows down as you know, and because of that, every 6 months or so, some things change for developers!... You can start directly from the latest versions of Xcode and Swift and there are lots of courses to choose from on Udemy. But for me, it is important to learn the basics first, the "how" and the *why*, these two questions are fundamental to programming I believe, and I wished to learn the old ways to do things on Mac OS and iOs first. Thankfully Mr.Paul Hudson, writes the greatest books and Mr.Stephen deStefano explains them project by project, line by line, for us to understand better and clearer and in a fun way! :) This was the last course of Mr.Stephen for me, I took every one of them (I think), and finally I can say this, coding is a life style, it is not a profession or a hobby, because CODE is alive. It grows and changes from today to tomorrow and like every living things, it needs full attention and eternal care. So I only wished to learn something new, and I did, thanks a lot Mr.Stephen, it was a lovely journey. That's probably the end of line for me. But who knows? May be it isn't!... So good luck and have a marvelous time coding. :) Def.
-
JJim Kardach
I have been looking for a macOS course for every. It is just surprising that nobody does this. I've taking a couple on-line lessons from the Hacking with macOS, and then found this in in Udemy. I am now through section 12 and this is a very good, high quality course. The instructor monitors the feedback and does timelinely responses. And he is updating the course based on constant apple updates to the SWIFT language. I am extremely happy with the course.
-
UUwe Jagoda
Ja, ich bin zufrieden, es fehlen einigen Themen, darum warte ich bis ich alles gesehen habe. Viel zu lernen.