在七巧板的当前source code中,您可以看到TGMapView has a mapViewDelegate作为属性。该属性从哪里获得价值?
感谢您的帮助。谢谢。
我尝试过的事情
我用过
grep -rnw 'tangram-es/platforms/ios/framework/src/' -e 'mapViewDelegate'
查找所有出现的变量。那是表达式,而不是赋值。
我认为'mapViewDelegate'不是iOS通过故事板或其他“免费”分配处理的特殊值。
到目前为止,我最好的成绩是TGMapView的每个init中的[self setup];
步骤。在这一步,我迷路了。
答案 0 :(得分:1)
mapViewDelegate
在tangram-es / platforms / ios / demo / src / MapViewController.m的viewDidLoad
中设置