let rp = ResizingImageProcessor(
referenceSize: CGSize(width: 72 * UIScreen.main.scale, height: 72 * UIScreen.main.scale),
mode: .aspectFit
)
let bp = BorderImageProcessor ... ?!?#@#@!??
im.kf.setImage(with: u, options: [rp, .cacheOriginalImage])
im.url = u
Cheers, I have this in SwiftUI
then for UIKit,
I'm stumped on how to implement
.border(.primary)
Thanks in advance if anyone can answer, cheers