Код: Выделить всё
TextField("Name", text: $name)
Код: Выделить всё
func focusable(_ isFocusable: Bool = true, onFocusChange: @escaping (Bool) -> Void = { _ in }) -> some View
Подробнее здесь: https://stackoverflow.com/questions/584 ... ui-for-ios
Код: Выделить всё
TextField("Name", text: $name)
Код: Выделить всё
func focusable(_ isFocusable: Bool = true, onFocusChange: @escaping (Bool) -> Void = { _ in }) -> some View