Would SwiftUI support custom UIView resizable modifier?

No Public API in SwiftUI to response for the resizable modifier of View protocol. Only Image in SwiftUI could work with .resizable(). Custom UIView like UIView for GIF is not resizable now.


Related issue: https://github.com/SDWebImage/SDWebImageSwiftUI/issues/3