|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/hacking-with-macos-and-swift4/
课程评论:没有评论
课程名称:Hacking with macOS - 使用 Swift 5 创建 18 个桌面应用程序 课程概述:本课程来源于“与 macOS 黑客”系列教程,由获奖的 Swift 程序员 Paul Hudson 编写并授权,确保您学习到最新的 Apple 技术。在这里,您将学习到聪明、强大且富有表现力的 Swift 5.0,掌握真正的编写方式。通过创建真实的桌面应用程序,您可以立刻应用新技能并在上下文中看到效果。 "Hacking with Swift" 是网络上最受欢迎的 Swift 教程系列,采用极快的学习方式,让您拥有大量完成项目,可以继续开发或发布到 Mac 应用商店。Paul 的教学方法受到了 Swift 语言创造者 Chris Lattner 的高度赞扬。与 iOS 开发者 Steve DeStefano 合作,这个系列是学习 Apple 生态系统编程的最快方式。本课程中的所有完成项目和源代码已更新至 Swift 5.2,即使一些讲座使用的是 Swift 4.2,目前正在重新录制为最新的 Swift 5.2 代码。 如果您想学习如何构建精美的桌面应用,或为新的 MacBook Pro “触控条” 编写自定义按钮,那么本课程将为您提供逐步的指导,帮助您创建出色的应用程序并提交到 Mac 应用商店。 构建 Mac 桌面应用程序使用与 iOS 应用相同的 Swift 5 语言,尽管存在些许差异,如 macOS 用户界面使用窗口而非 iPhone 的屏幕,但从 iOS 切换过来非常流畅。本课程通过注释、标记、图表和清晰的解释,将复杂的主题变得易于理解,指引您一步步深入代码。 课程内容包括: - 使用 Paul Hudson 创建的应用程序,涵盖 18 个项目,学习 macOS 的新特点 - 所有源代码均使用最新的 Swift 5.2 编写 - 通过注释、图表、标记和调用学习 Swift - 编写自定义触控条按钮和控件 - 控件的使用、窗口、控制器、表格视图、拆分视图控制器、工具栏、网页视图 - 使用委托和协议 - 社交框架的应用(如 FB 和 Twitter) - 学习代码重构 - GCD 的应用 - SpriteKit 和游戏 - 新的 UserDefaults 持久化数据 - 添加音频和动画 - 学习使用 JSON 数据 - NSUndoManager 增加撤销和重做功能 - NSDocumentBindings 使您能用更少的代码构建应用 - 学习如何在代码和故事板中使用自动布局 - 还有更多内容! 所有视频均以高清录制,确保最佳分辨率和清晰度。参加本课程之前需具备一定的 Swift 编程经验。即使您觉得课程太难,也可以随着我的逐步指导进行编程,只需加入您自己的创造力,您将能够构建出多款精彩的应用并提交至 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 macOSAll source code is built with the latest Swift 5.2 codeLearn Swift by use of annotations - diagrams - highlighting - calloutsTouch Bar - code your own custom touch bar buttons and controlsHow to use controls - Outlets and Actions Windows - Controllers - Table viewsSplit view controllers - ToolbarsWeb viewsUsing delegates and protocolsWork with the social framework - FB - Twitter etc.Learn how to refactor codeThe ins and outs of GCDSpriteKit and GamesThe new UserDefaults to persist dataAdding audio - AnimationsUsing stackViewGrid viewsLearn how to work with JSON data in swiftNSUndoManager - Add undo and redo to your appsNSDocumentBindings - Which let you build apps with very little codeLearn how to use Auto Layout both in code and in storyboardsAnd 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.