Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

【FEAT】キーボード入力後に上部をタップで入力状態から抜けられるように #184

Merged
merged 3 commits into from
May 19, 2024

Conversation

mrs1669
Copy link
Member

@mrs1669 mrs1669 commented May 19, 2024

概要 (Abstract)

キーボード入力後に上部をタップで入力状態から抜けられるように
背景のViewに抜ける処理を書いているので、ボタン等の上のViewは反応しません

関連するISSUE

詳細 (Detail)

@mrs1669 mrs1669 self-assigned this May 19, 2024
Comment on lines +28 to +32
if self.isEditing {
UIApplication.shared.sendAction(
#selector(UIResponder.resignFirstResponder), to: nil, from: nil, for: nil
)
self.isEditing = false
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

objc 悲しい

@mrs1669 mrs1669 merged commit 947bd2f into develop May 19, 2024
2 checks passed
@mrs1669 mrs1669 deleted the feat/keyboardDismiss branch May 19, 2024 03:35
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

【FEAT】キーボード入力後に上部をタップで入力状態から抜けられるように
1 participant