2014년 8월 13일 수요일

UITableView Delegate - willDisplayCell

UITableView에서 유용한 델리게이트 함수

특정 indexPath row의 cell 을 보여주기 전에 호출된다.


- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell
                                            forRowAtIndexPath:(NSIndexPath *)indexPath
{


}

댓글 없음:

댓글 쓰기