您的位置:首页 > 其它

Assigning to 'id<QMapViewDelegate>" from incompatible type "view control * const_strong"

2014-11-30 16:27 543 查看
使用腾讯地图sdk,出现警告:

Assigning to 'id<QMapViewDelegate>" from incompatible type "view control * const_strong"

在viewcontroller.m文件中



@interface
ViewController ()
改为

@interface
ViewController ()<QMapViewDelegate>

警告Assigning to 'id<QMapViewDelegate>" from incompatible type "view control * const_strong"就会消失。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐