[ios] tableview DataSource Delegate 썸네일형 리스트형 [ios] tableview DataSource Delegate DataSource Methods (9개) - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView : 표현할 데이터의 총 Section의 갯수. (2차원 배열의 경우)- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section : 표현할 데이터에서 하나의 Section에 있는 총 Row의 갯수. (1차원배열의 경우엔 Section이 아닌 Array에 들어있는 총 Object의 갯수)- (NSString *)tableView:(UITableView *)tableView titleForFooterInSection:(NSInteger)section :.. 더보기 이전 1 다음