Обложка канала

Библиотека мобильного разработчика

Полезные материалы по всему, что может быть интересно мобильному разработчику.

Библиотека мобильного разработчика

4 года назад
Открыть в
Window management в SwiftUI Краткое введение в новый API SwiftUI для управления окнами. Читать
Window management in SwiftUI

One of the significant additions to the current iteration of the SwiftUI framework was window management APIs. We can open a separate window using the new environment APIs and create a menu bar app using the new scene APIs. This week we will learn how to use new window management APIs in SwiftUI.

Swift with Majid