Wayback Machine
70 captures
25 Jun 2020 - 17 Jan 2026
Apr MAY Jun
06
2020 2021 2022
success
fail
About this capture
COLLECTED BY
Organization: Archive Team
Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

History is littered with hundreds of conflicts over the future of a community, group, location or business that were "resolved" when one of the parties stepped ahead and destroyed what was there. With the original point of contention destroyed, the debates would fall to the wayside. Archive Team believes that by duplicated condemned data, the conversation and debate can continue, as well as the richness and insight gained by keeping the materials. Our projects have ranged in size from a single volunteer downloading the data to a small-but-critical site, to over 100 volunteers stepping forward to acquire terabytes of user-created data to save for future generations.

The main site for Archive Team is at archiveteam.org and contains up to the date information on various projects, manifestos, plans and walkthroughs.

This collection contains the output of many Archive Team projects, both ongoing and completed. Thanks to the generous providing of disk space by the Internet Archive, multi-terabyte datasets can be made available, as well as in use by the Wayback Machine, providing a path back to lost websites and work.

Our collection has grown to the point of having sub-collections for the type of data we acquire. If you are seeking to browse the contents of these collections, the Wayback Machine is the best first stop. Otherwise, you are free to dig into the stacks to see what you may find.

The Archive Team Panic Downloads are full pulldowns of currently extant websites, meant to serve as emergency backups for needed sites that are in danger of closing, or which will be missed dearly if suddenly lost due to hard drive crashes or server failures.

Collection: Archive Team: URLs
TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20210506153532/https://developer.apple.com/videos/play/wwdc2020/10104/
  • Global Nav Open Menu Global Nav Close Menu
  • Apple Developer
Search Developer
Cancel
  • Apple Developer
  • Discover
  • Design
  • Develop
  • Distribute
  • Support
  • Account

Videos

Open Menu Close Menu
  • Collections
  • Topics
  • All Videos

More Videos

Streaming is available in most browsers,
and in the WWDC app.

  • Overview
  • Transcript
  • Adopt the new look of macOS

    Make over your Mac apps: Discover how you can embrace the new design of macOS Big Sur and adopt its visual hierarchy, design patterns, and behaviors. We'll explore the latest updates to AppKit around structural items and common controls, and show you how you can adapt more customized interfaces with just a bit of adoption work. And find out how you can incorporate custom accent colors and symbols to further personalize your app. To get the most out of this session, you should be familiar with AppKit and SF Symbols. For additional information on symbols, watch "SF Symbols 2.0”.

    Resources

    • Have a question? Ask with tag wwdc20-10104
    • Search the forums for tag wwdc20-10104
      • HD Video
      • SD Video

    Related Videos

    WWDC 2020

    • SF Symbols 2
    • What's new in Mac Catalyst

    WWDC 2019

    • Introducing SF Symbols
  • Download

    Hello and welcome to WWDC.

    Hello and welcome to Apple Park. My name is John Tegtmeyer, and I'm an engineer working on AppKit. Later today, I'll be joined by my colleague Jeff Nadeau, and we're both really excited to walk you through the new look of macOS. As you may have seen, macOS has an all-new design...

    which includes a dramatic update to the appearance and structure of Mac apps, including full-height sidebars with colorful icons and updated symbol iconography.

    An all-new toolbar with inline title, big bold controls and integration with the split-view sections below.

    And an updated appearance for lists of content, featuring a new inset selection style.

    Now, this is a big change, and you might be wondering what it means for your app.

    The great news is that many of these design changes happen automatically.

    With the frameworks doing the heavy lifting, your native Mac app will look great on macOS Big Sur out of the box.

    But with a bit of adoption, you can go the extra mile and really shine. And that's what we're here to talk about today. This new design is broken down into three main sections.

    First, updates to the structure of your window, elements like the sidebar and toolbar, which will set your app up for success.

    Next is some great new features in the line of controls.

    And finally, symbol images, which have come to macOS.

    Let's start things off with the updates to sidebars and toolbars.

    Perhaps one of the most eye-catching updates is the beautiful new full-height sidebar, seen here in Mail.

    Your app may get this for free just by building on Big Sur, and that's because it takes advantage of existing APIs.

    Specifically, make sure your sidebar is built using an NSSplitViewController, and the SplitViewItem is configured using the sidebar behavior.

    The second piece of API is the fullSizeContentView window mask.

    This will allow content to be laid out under the space normally reserved for the title bar.

    If you're not already taking advantage of the fullsizeContentView style, it's even easier to adopt in macOS Big Sur.

    NSView now exposes several different ways to find the safe area of your View.

    These new safe areas are also available to you through Interface Builder.

    Just check the new box in the Size Inspector for Safe Area Layout Guide.

    Then you'll find a Safe Area Layout Guide in your View, ready to use.

    If you're creating a new Mac app in Interface Builder, there's a neat object in the Catalog that creates a preconfigured sidebar.

    This will set up a split view controller with a sidebar and automatically adjust your window for the fullsizeContentView. No extra configuration is required.

    In rare circumstances, you may not want a full-height sidebar.

    There's a new property on NSSplitViewItem which will allow you to opt out.

    You may consider this if your sidebar is typically collapsed or if your toolbar is crowded and you need more space.

    But please note that this property only affects items with the sidebar behavior.

    The sidebar has also gained a splash of color with new colorful icons.

    By default, all sidebar icons are colored with the accent color, but there's a new NSOutlineViewDelegate method that you can use to customize it.

    The delegate method returns an instance of NSTintConfiguration, which offers a few different types of tint.

    The first is the default configuration, which uses the accent color.

    The monochrome option provides a colorless appearance similar to the sidebar icons in Catalina.

    PreferredColor allows you to specify a color that should be used with the default accent color, but should change to follow the accent color if it's customized.

    For example, Mail's teal folders complement the default accent color of blue nicely, but would clash with a red accent.

    Finally, fixedColor specifies a color that never changes.

    A great example is Mail's VIP folder, which is always a yellow star.

    You can use this feature to distinguish the sections of your sidebar in whatever way makes sense for your app.

    You can also use it to strongly associate a color with a particular item, or use the monochrome option to de-emphasize the secondary groups in your sidebar in order to draw focus towards what's important.

    Next, I'd like to call your attention to the toolbar.

    Toolbars have a brand-new design in Big Sur.

    Notice how there's no longer any visible material behind the items. Instead, it looks uniform with the content of the window. This is something you'll get automatically.

    In addition to the new visual appearance of the toolbar, there are also many new styles of toolbars. Each has been purpose-built to either make an impactful presence in the window or scale back and allow the content to take focus.

    There's a new property on NSWindow called toolbarStyle, which controls these new looks.

    First is a unified style, which is the new standard look of toolbars.

    This style emphasizes the controls in the toolbar.

    See how they're larger and the icons are bold.

    It also supports the new inline title, which is placed at the leading edge of the toolbar, next to the sidebar.

    As this is the new standard look of the toolbar, it's a good choice for most windows that don't meet requirements from the other styles.

    Its larger controls and streamlined title can help your app look great in the new look of macOS.

    A variation of the unified style is the unified compact style.

    This style has a more compressed layout with regular-sized controls