Refactor pfp image view to use zoomable scroll view

This commit is contained in:
OlegAba
2023-02-10 01:03:55 -05:00
parent 504108da75
commit 9a95967a81
2 changed files with 82 additions and 68 deletions

View File

@@ -94,7 +94,6 @@ struct VisualEffectView: UIViewRepresentable {
struct ProfileView: View {
let damus_state: DamusState
let zoom_size: CGFloat = 350.0
let pfp_size: CGFloat = 90.0
let bannerHeight: CGFloat = 150.0