在动画末尾更改GMSMapView的帧时,会出现故障。我用
UIView.animate(withDuration: 1,
delay: 0,
options: [],
animations: {
self.view.layoutIfNeeded()
},
completion: nil)
有人解决了吗?
我据此找到了issue,