IOS 카카오지도 delegate가 동작하지 않습니다

objective c 로 개발진행

_mapView = [[MTMapView alloc] initWithFrame:CGRectMake(0, 0, CGRectGetWidth(self.view.frame), CGRectGetHeight(self.view.frame))];
_mapView.delegate = self;
[self.view addSubview:_mapView];

작성했는데 왜 delegate 모든 동작을 인지할 수가 없었습니다.

왜 그런지 이유를 알 수가없습니다.

  1. Kakao Map API Version 1.4.0.