方位を取得(startUpdatingHeading)し、didUpdateHeadingが呼ばれたら、UITableViewCellのdetailTextLabel.textを書き換えようと思い、次のように書きました。 - (void)locationManager:(CLLocationManager *)manager didUpdateHeading:(CLHeading *)newHeading { NSString *heading = [NSString stringWithFormat:@"%.0f", newHeading.trueHeading]; UITableView *tableView = (UITableView *)self.view; UITableViewCell *headingCell = [tableView cellForRowAtIndexPa