You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I'm stumped on how to implement .border(.primary)
Thanks in advance if anyone can answer, cheers
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: