清除百度地图内存除了要在disappear中置空外,还需要在delloc中进行remove
-(void)viewWillDisappear:(BOOL)animated
{
[super viewWillDisappear:animated];
[mapView_BD viewWillDisappear];
}
[mapView_BD removeFromSuperview];
清除百度地图内存除了要在disappear中置空外,还需要在delloc中进行remove
-(void)viewWillDisappear:(BOOL)animated
{
[super viewWillDisappear:animated];
[mapView_BD viewWillDisappear];
}
[mapView_BD removeFromSuperview];
本文标题:百度地图内存
本文链接:https://www.haomeiwen.com/subject/hvbbuqtx.html
网友评论