Skip to content

Commit 1c0d8bb

Browse files
committed
[Chore] #192 - 이미지 업로드 시 로딩 뷰 보이게
1 parent 2baf115 commit 1c0d8bb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Neki-iOS/Features/Archive/Sources/Presentation/Sources/View/SelectUploadAlbumView.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ struct SelectUploadAlbumView: View {
3737
.transition(.move(edge: .trailing))
3838
}
3939
}
40+
41+
if store.isLoading {
42+
LoadingView(message: "사진을 업로드하고 있어요.")
43+
}
4044
}
4145
.animation(.easeInOut, value: store.viewMode)
4246
}

0 commit comments

Comments
 (0)