Skip to content

+ボタンを押して画面遷移した時に、自動でテキストフィールドにフォーカスを当てたい #21

@techiro

Description

@techiro

概要

EditView

変更内容

以下の実装をおこなう iOS 15.0+
https://stackoverflow.com/questions/56507839/swiftui-how-to-make-textfield-become-first-responder?answertab=active#tab-top

forcusを使用する。

iOS 14
SwiftUI-Introspect を使用する場合

TextField("", text: $value)
.introspectTextField { textField in
    textField.becomeFirstResponder()
}

https://github.com/siteline/SwiftUI-Introspect

影響範囲

サードパーティー製のライブラリを使用すると、Keyboardの挙動がおかしくなる可能性あり。

動作要件

補足

そこまで重要ではないため、保留する

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions