Happy to help.
Is the app written in swiftui or appkit?
Happy to help.
Is the app written in swiftui or appkit?
Mostly SwiftUI
Nice.
Asyncimage for the images?
No we use the kingfisher library for images https://github.com/onevcat/Kingfisher
Reading through the documentation, and processor modifiers, considering a receivedSize and totalSize, maintaining the same width to maintain aspect ratio by is simple to calculate to always maintain the ratio to fit the width (since a known width) and dynamic height, relative to the images ratio.
Perhaps a custom processor modifier would keep it clean.
followed you