2013年8月28日
摘要: 引子: 1 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath 2 { 3 static NSString *cellIdentifier = @"SimpleTableItem"; // #1 4 5 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:cellIdentifier]; // #2 6 ... 阅读全文
posted @ 2013-08-28 15:29 CaliosSN 阅读(185) 评论(2) 推荐(0)