- 110 名前:名無ぴ [2013/06/06(木) 19:31:43]
- - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
{
if (section == 0) {
return myData1.count;
} else {
return myData1.count;
}
return _objects.count;
}
TrackBackURL :: http://chadan.org/test/tback.cgi/talk/1344257168/