• maiweb v0.1.0
  • ★
  • Feedback

AppleProgramming

active · last success 2026-06-18 22:45

Visit site ↗ · Feed ↗

  • AppleProgramming youtube.com channel swift video youtube 2022-04-18 20:00
    ↗

    How to configure multiple columns in NSTableView. Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com Microphone - https://amzn.to/2qdiRPk ScreenFlow -...

    ▶ Watch on YouTube Opens in a new tab
    How to configure multiple columns in NSTableView. Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com Microphone - https://amzn.to/2qdiRPk ScreenFlow - https://telestream.8bx6ag.net/c/1996116/352742/4900
  • AppleProgramming youtube.com channel swift video youtube 2022-04-01 17:00
    ↗

    We talk about the Invalidating property wrapper introduced in macOS 12 (Monterey). Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com Microphone -...

    ▶ Watch on YouTube Opens in a new tab
    We talk about the Invalidating property wrapper introduced in macOS 12 (Monterey). Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com Microphone - https://amzn.to/2qdiRPk ScreenFlow - https://telestream.8bx6ag.net/c/1996116/352742/4900
  • AppleProgramming youtube.com channel swift video youtube 2022-03-17 20:00
    ↗

    How to conform to Hashable requirements and a general discussion on hashing as a programming concept. Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com Microphone...

    ▶ Watch on YouTube Opens in a new tab
    How to conform to Hashable requirements and a general discussion on hashing as a programming concept. Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com Microphone - https://amzn.to/2qdiRPk ScreenFlow - https://telestream.8bx6ag.net/c/1996116/352742/4900
  • AppleProgramming youtube.com channel swift video youtube 2021-12-30 21:00
    ↗

    How we can use notarytool introduced in Xcode 13 and macOS Monterey to notarize Mac applications. Original video on app notarization: https://www.youtube.com/watch?v=fMRT8mPMJUs&list=PLE83F832121568D36&index=82 Twitter: https://twitter.com/LucasDerraugh GitHub:...

    ▶ Watch on YouTube Opens in a new tab
    How we can use notarytool introduced in Xcode 13 and macOS Monterey to notarize Mac applications. Original video on app notarization: https://www.youtube.com/watch?v=fMRT8mPMJUs&list=PLE83F832121568D36&index=82 Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com
  • AppleProgramming youtube.com channel swift video youtube 2021-09-07 18:00
    ↗

    In Part 3, we'll show how to launch your Mac app from the command line utility and then communicate with it with what we learned in Part 2. Part 1: https://www.youtube.com/watch?v=hPEDjbb_BD0 Part 2: https://www.youtube.com/watch?v=pjfK9h8BOKw Twitter:...

    ▶ Watch on YouTube Opens in a new tab
    In Part 3, we'll show how to launch your Mac app from the command line utility and then communicate with it with what we learned in Part 2. Part 1: https://www.youtube.com/watch?v=hPEDjbb_BD0 Part 2: https://www.youtube.com/watch?v=pjfK9h8BOKw Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com
  • AppleProgramming youtube.com channel swift video youtube 2021-08-31 18:00
    ↗

    In this video we talk about how we can use CFMessagePort to communicate from our command line utility to our Mac application. This is part 2 of the 3 part series. Part 1: https://www.youtube.com/watch?v=hPEDjbb_BD0 Part 3: https://www.youtube.com/watch?v=pvIinKFIsBY Twitter:...

    ▶ Watch on YouTube Opens in a new tab
    In this video we talk about how we can use CFMessagePort to communicate from our command line utility to our Mac application. This is part 2 of the 3 part series. Part 1: https://www.youtube.com/watch?v=hPEDjbb_BD0 Part 3: https://www.youtube.com/watch?v=pvIinKFIsBY Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com
  • AppleProgramming youtube.com channel swift video youtube 2021-07-30 17:00
    ↗

    How to embed a command line tool within a Cocoa or SwiftUI Mac app. We'll see how we can use the GUI app to install a command line tool so that we can execute it via Terminal. Part 2: https://www.youtube.com/watch?v=pjfK9h8BOKw Part 3:...

    ▶ Watch on YouTube Opens in a new tab
    How to embed a command line tool within a Cocoa or SwiftUI Mac app. We'll see how we can use the GUI app to install a command line tool so that we can execute it via Terminal. Part 2: https://www.youtube.com/watch?v=pjfK9h8BOKw Part 3: https://www.youtube.com/watch?v=pvIinKFIsBY CommandMe (this app) repo: https://github.com/lucasderraugh/AppleProg-Standalone GitUp repo referenced: https://github.com/git-up/GitUp Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com
  • AppleProgramming youtube.com channel swift video youtube 2021-05-27 16:00
    ↗

    How to cancel GCD (Dispatch) operations using DispatchWorkItem. Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com

    ▶ Watch on YouTube Opens in a new tab
    How to cancel GCD (Dispatch) operations using DispatchWorkItem. Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com
  • AppleProgramming youtube.com channel swift video youtube 2021-05-08 02:00
    ↗

    We wrap up our implementation of the Welcome Window showing how to wrap it in a framework and use it from a document-based app. Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site:...

    ▶ Watch on YouTube Opens in a new tab
    We wrap up our implementation of the Welcome Window showing how to wrap it in a framework and use it from a document-based app. Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com
  • AppleProgramming youtube.com channel swift video youtube 2021-03-11 23:00
    ↗

    In this video we implement the table view (right side) of the Welcome to Xcode window. Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com Microphone -...

    ▶ Watch on YouTube Opens in a new tab
    In this video we implement the table view (right side) of the Welcome to Xcode window. Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com Microphone - https://amzn.to/3les4Pp ScreenFlow - https://telestream.8bx6ag.net/c/1996116/352742/4900
  • AppleProgramming youtube.com channel swift video youtube 2021-03-04 21:00
    ↗

    The second Welcome Window video showing how we can implement the main contents view. Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com Microphone -...

    ▶ Watch on YouTube Opens in a new tab
    The second Welcome Window video showing how we can implement the main contents view. Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com Microphone - https://amzn.to/3les4Pp ScreenFlow - https://telestream.8bx6ag.net/c/1996116/352742/4900
  • AppleProgramming youtube.com channel swift video youtube 2021-02-25 18:30
    ↗

    We're building Xcode's welcome window from scratch using AppKit. Join me on the journey of building more complex components for macOS. Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site:...

    ▶ Watch on YouTube Opens in a new tab
    We're building Xcode's welcome window from scratch using AppKit. Join me on the journey of building more complex components for macOS. Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com Microphone - https://amzn.to/3les4Pp ScreenFlow - https://telestream.8bx6ag.net/c/1996116/352742/4900
  • AppleProgramming youtube.com channel swift video youtube 2021-01-25 17:00
    ↗

    We cover some of the API changes to NSWindow and NSToolbarItem in Big Sur. Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com Microphone - https://amzn.to/3les4Pp...

    ▶ Watch on YouTube Opens in a new tab
    We cover some of the API changes to NSWindow and NSToolbarItem in Big Sur. Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com Microphone - https://amzn.to/3les4Pp ScreenFlow - https://telestream.8bx6ag.net/c/1996116/352742/4900
  • AppleProgramming youtube.com channel swift video youtube 2021-01-01 20:00
    ↗

    How to use SF Symbols in Big Sur along with NSFont improvements. WWDC SF Symbols Talk: https://developer.apple.com/videos/play/wwdc2020/10207/ SF Symbols Application: https://developer.apple.com/sf-symbols/ Twitter: https://twitter.com/LucasDerraugh GitHub:...

    ▶ Watch on YouTube Opens in a new tab
    How to use SF Symbols in Big Sur along with NSFont improvements. WWDC SF Symbols Talk: https://developer.apple.com/videos/play/wwdc2020/10207/ SF Symbols Application: https://developer.apple.com/sf-symbols/ Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com Microphone - https://amzn.to/3les4Pp ScreenFlow - https://telestream.8bx6ag.net/c/1996116/352742/4900
  • AppleProgramming youtube.com channel swift video youtube 2020-12-19 04:30
    ↗

    Big Sur updates to NSTableView. We talk about NSTableView styles and NSTableViewDiffableDataSource. NSCollectionView diffable data source tutorial: https://www.youtube.com/watch?v=-WqbJ0Iihkc&t=178s Twitter: https://twitter.com/LucasDerraugh GitHub:...

    ▶ Watch on YouTube Opens in a new tab
    Big Sur updates to NSTableView. We talk about NSTableView styles and NSTableViewDiffableDataSource. NSCollectionView diffable data source tutorial: https://www.youtube.com/watch?v=-WqbJ0Iihkc&t=178s Twitter: https://twitter.com/LucasDerraugh GitHub: https://github.com/lucasderraugh Patreon: https://patreon.com/appleprogramming Site: http://appleprogramming.com Microphone - https://amzn.to/3les4Pp ScreenFlow - https://telestream.8bx6ag.net/c/1996116/352742/4900
  • End of feed
Maibook — your private personalized AI community
  • rcanand.com
  • mlaillc.com
  • @rcanand (X)
  • LinkedIn
  • Feedback
  • Credits