Код: Выделить всё
import Foundation
import TipKit
struct Example: Tip { Protocol 'Identifiable' requires 'id' to be available in iOS 16.0 and newer
var title: Text {
Text("Example Tip")
}
var message: Text? {
Text("Example Tip Subtitle")
}
var image: Image? {
Image(systemName: "globe")
}
}
Подробнее здесь: https://stackoverflow.com/questions/785 ... -and-newer
Мобильная версия