[ios] tableview 내용 편집 썸네일형 리스트형 [ios] tableview 내용 편집, nibWithNibName - (void)_startTimerThread {// Tableview delegate로 다른 클래스에서 호출해오기 NSLog(@" 세션수 = %d ", [self.tbl numberOfSections]); NSLog(@" 세션의 행수 = %d ", [self.tbl numberOfRowsInSection:0]); NSLog(@" NSIndexPath 만들기 =%@ ", [NSIndexPath indexPathForRow:0 inSection:0] ); NSLog(@" 현재 선택된 행 =%d ", [[self.tbl indexPathForSelectedRow] row]); NSLog(@" 현재 선택된 세션 =%d ", [[self.tbl indexPathForSelectedRow] section]); /.. 더보기 이전 1 다음