Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
[Add] 제출하기 키보드 액션 구현 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
jisu15-kim authored Apr 25, 2024
1 parent 950a38e commit 4f34df9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ struct AppSuggestionView: View {
}
.padding(.horizontal, 16)
}
.onAppear {
UIApplication.shared.hideKeyboard()
}
.weaveAlert(
isPresented: $isShowTextLimitAlert,
title: "🙇‍♂️\n최대 2000자까지 작성 가능해요.",
Expand Down
2 changes: 1 addition & 1 deletion weave-iOS/Projects/App/Support/weave-ios-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.1.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down

0 comments on commit 4f34df9

Please sign in to comment.