type
status
date
slug
summary
tags
category
icon
password

一、Key features

notion image

1.Xcode previews

notion image
You can use Xcode previews directly with UIKit, include UIViewController and UIView.
 

2. View Controller lifecycle

Add a new method: UIViewController.viewIsAppearing(_:)
Called between viewWillAppear(_:) and viewDidAppear(_:)
Best place to update ui when view appears
Back-deploys to iOS 13
notion image
 

3.Trait system enhancements

  • Define custom traits to UITraitCollection
  • Easily change trait values in hierarchy
  • Flexible APIs to receive callback when traits change value
  • UIKit and SwiftUI interoperability
Session: Unleash the UIKit trait system
 

4.Animated symbol images

notion image
Session: Animated symbol in your app
 

5.Empty status

notion image
notion image
notion image
 

二、Internationalization

notion image
 

三、Improvement for iPad

notion image

四、General enhancements

notion image
 
Text interactions: “What’s new with text and text interactions”
 
The default statusbar style can adjust the content of the app and automatically changes between dark and light styles.
notion image