detailTextLabel이 보이지 않는 이유는 무엇입니까? detailTextLabel표시되지 않습니다 (아래 코드). 왠지 말해줘? // Customize the appearance of table view cells. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; if (cell == nil) { cell = [[[UITableVi..