摘要: static NSString *CellIdentifier = @"Cell"; //重用单元格 JKCallbacksTableViewCell *cell = (JKCallbacksTableViewCell *)[tableView dequeueReusableCellWithIdentifier:CellIdentifier]; if (cell == nil) { cell = [[[JKCallbacksTableViewCell alloc] initWithStyle:UITableViewCellStyleDefault ... 阅读全文
posted @ 2012-09-08 14:28 FoxBabe 阅读(515) 评论(1) 推荐(0) 编辑
摘要: 参考:1、http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/2、http://iosdeveloper.diandian.com/post/2011-08-26/4366441 阅读全文
posted @ 2012-09-08 13:25 FoxBabe 阅读(214) 评论(1) 推荐(0) 编辑