下の画像のように、UItableView、Map ビュー、およびセグメント コントロールを含む viewController があります。
![ここに画像の説明を入力][1]
TestViewController.h
@interface TestViewController UIViewController:<MKMapViewDelegate,CLLocationManagerDelegate,UITableViewDataSource,UITableViewDelegate> {CLLocationManager * locationManager;}
TestViewController.m
MyMap.delegate=self;
// Ensure that you can view your own location in the map view.
[MyMap setShowsUserLocation:YES];
UItableView は正常に動作していますが、「[MyMap setShowsUserLocation:YES];」と書くとエラーが表示されます。
エラー メッセージは次のとおりです。
前もって感謝します