SwiftUI 2.0 prevent static image reload at each body refresh

前端 未结 0 497
孤独总比滥情好
孤独总比滥情好 2021-01-31 01:17

Is there anyway to prevent below image to be downloaded each time the button updates the qty?

struct TestView: View {
    @State var qty:Int = 0
    var imageUrl:         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题