gpt4 book ai didi

ios - 在主线程 Swift 上调用时 UI 不更新

转载 作者:搜寻专家 更新时间:2023-10-31 22:59:28 24 4
gpt4 key购买 nike

我很难更新注释的副标题,我在主线程上调用它并确保结果正确。

谁能看出它为什么不更新?

 let stopAnnotation: UUStopAnnotation = view.annotation as! UUStopAnnotation

// Else get the stop estimation
webService?.getStopEstimation(routeId: stopAnnotation.routeId, stopId: stopAnnotation.stopId, completion: { (result) in

print(result)
DispatchQueue.main.async(execute: {
stopAnnotation.subtitle = result
})

})

最佳答案

您无法更改 map 中的注释。删除此注释并将其替换为具有相同坐标但新副标题的注释。

关于ios - 在主线程 Swift 上调用时 UI 不更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38982544/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com