Skip to content

Commit

Permalink
feat: iOS 18버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jongnan committed Oct 3, 2024
1 parent 4b3ab59 commit b93a358
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ struct RecommendMemeImagesView: View {
.animation(.smooth, value: meme)
}
}
.scrollTargetLayout()

// Border
HStack(spacing: 0) {
Expand All @@ -50,7 +51,6 @@ struct RecommendMemeImagesView: View {
}
}
}
.scrollTargetLayout()
.recommendSkeleton(
isShow: memes.isEmpty,
radius: 20,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public struct RecommendView: View {
)
.onReadSize { size in
memeImageHeight = size.height
print("memeImageHeight: \(memeImageHeight)")
}

Spacer()
Expand Down

0 comments on commit b93a358

Please sign in to comment.