摘要:
阅读全文
posted @ 2013-08-11 19:02
路在脚下,
阅读(122)
评论(0)
推荐(0)
摘要:
[self.navigationControllerpresentModalViewController:common animated:YES];在大大的活体 面前 铺了一层 登陆皮肤而已,之后 dismiss掉,一切还是之前的了,也就是 说不 双击home 键 去关闭程序的话,内存中 还是一片 适宜生存的 园地, 阅读全文
posted @ 2013-08-11 15:09
路在脚下,
阅读(97)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2013-08-11 12:19
路在脚下,
阅读(151)
评论(0)
推荐(0)
摘要:
1,尺寸大小2,后缀名的 更改, 阅读全文
posted @ 2013-08-10 15:43
路在脚下,
阅读(175)
评论(0)
推荐(0)
摘要:
SharedAppDelegate.window.frame.size.height 阅读全文
posted @ 2013-08-09 15:55
路在脚下,
阅读(149)
评论(0)
推荐(0)
摘要:
blogListCell.selectionStyle = UITableViewCellSelectionStyleNone; blogListCell.userInteractionEnabled = NO; 阅读全文
posted @ 2013-08-08 17:48
路在脚下,
阅读(158)
评论(0)
推荐(0)
摘要:
类方法调用 实例 方法,是不kuo xue的, 阅读全文
posted @ 2013-08-08 17:10
路在脚下,
阅读(124)
评论(0)
推荐(0)
摘要:
1,for (int i = 0 ; i< tempArr.count; i++) { MessageDetailInfo *info = [tempArr objectAtIndex:i]; for (int j = 0; j<self.dataArray.count; j++) { MessageDetailInfo *messInfo = [self.dataArray objectAtIndex:j]; if (messInfo.idNumber == info.idNumber) { continue; } [self... 阅读全文
posted @ 2013-08-07 14:06
路在脚下,
阅读(195)
评论(0)
推荐(0)
摘要:
-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{ return [[[self heightArray]objectAtIndex:indexPath.row]floatValue];//几百个 heightArray,}-(NSArray *)heightArray{ NSMutableArray *arr = [[NSMutableArrayalloc] init]; for (MessageDetailInfo *info inself.data.. 阅读全文
posted @ 2013-08-07 13:45
路在脚下,
阅读(248)
评论(0)
推荐(0)
摘要:
1, NSMutableArray *tempArr = [MessageDetailInfo messageDetailInfoListFromDic:json];//不用new,指向那个不为空的arr,2,-(void)addArray:(NSMutableArray *)tempArr{ if (!self.dataArray) { self.dataArray = [NSMutableArray array]; } for (int i = 0 ; i< tempArr.count; i++) { [self.dataArray addObject:[temp... 阅读全文
posted @ 2013-08-07 11:31
路在脚下,
阅读(143)
评论(0)
推荐(0)
浙公网安备 33010602011771号