ios15-代码相关框架更新+机翻

时间:2021-09-02 00:40:41   收藏:0   阅读:28

UIKit

Resolved in iOS & iPadOS 15 beta 7

Resolved in iOS & iPadOS 15 beta 2

Fixed UIKit text views such as UITextView and UILabel to correctly render text styles (bold, italic, code, and strikethrough) when rendering Markdown. (74107883)
固定UIKit文本视图,如UITextView和UILabel正确渲染文本样式(粗体,斜体,代码,和删除线)时,呈现Markdown。
Fixed the availability of UISheetPresentationController property on UIViewController. (77943286)
修正了UIViewController上UISheetPresentationController属性的可用性。
New Features in iOS & iPadOS 15 beta

  1. isKeyWindow returns true if the window is key in its scene instead of the app.
    isKeyWindow返回true如果窗口在它的场景中是关键而不是应用程序。
  2. becomeKeyWindow is called when the window becomes key in its scene instead of the app.
    当窗口成为场景中的关键而不是应用程序时,调用becomeKeyWindow。
  3. didBecomeKeyNotification posts when the window becomes key in its scene instead of the app.
    当窗口在它的场景中成为关键而不是应用程序时,didBecomeKeyNotification发布
  4. resignKeyWindow is called when the window resigns key window status in its scene instead of the app.
    当窗口退出场景中的关键窗口状态而不是应用程序时调用resignKeyWindow。
  5. didResignKeyNotification posts when the window resigns key window status in its scene instead of the app. (72873846)
    当窗口在其场景中退出关键窗口状态而不是应用程序时,didResignKeyNotification将发布。

AVFoundation

Deprecations

Resolved in iOS & iPadOS 15 beta 3

New Features in iOS & iPadOS 15 beta 2

Privacy

Resolved in iOS & iPadOS 15 beta 4

Resolved in iOS & iPadOS 15 beta 3

Resolved in iOS & iPadOS 15 beta 2

New Features in iOS & iPadOS 15 beta

Foundation

Resolved in iOS & iPadOS 15 beta 2

New Features in iOS & iPadOS 15 beta

Networking

Deprecations

New Features in iOS & iPadOS 15 beta

Maps

Resolved in iOS & iPadOS 15 beta 4

Resolved in iOS & iPadOS 15 beta 3

Known Issues

原文:https://www.cnblogs.com/xiao-xiao-/p/15210778.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!