美文网首页
百度地图内存

百度地图内存

作者: 汤圆奶爸 | 来源:发表于2019-05-08 10:07 被阅读0次

    清除百度地图内存除了要在disappear中置空外,还需要在delloc中进行remove

    -(void)viewWillDisappear:(BOOL)animated

    {

    [super viewWillDisappear:animated];

    [mapView_BD viewWillDisappear];

    }

    [mapView_BD removeFromSuperview];

    相关文章

      网友评论

          本文标题:百度地图内存

          本文链接:https://www.haomeiwen.com/subject/hvbbuqtx.html