GMSMapView更改帧时的动画故障

时间:2019-07-03 11:40:46

标签: google-maps gmsmapview

在动画末尾更改GMSMapView的帧时,会出现故障。我用

UIView.animate(withDuration: 1,
                   delay: 0,
                   options: [],
                   animations: {
                    self.view.layoutIfNeeded()
    },
                   completion: nil)

有人解决了吗?
我据此找到了issue

0 个答案:

没有答案
相关问题