该文被密码保护。 阅读全文
posted @ 2015-10-04 15:21 空空亦空 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-10-04 11:33 空空亦空 阅读(1) 评论(0) 推荐(0) 编辑
摘要: se if (indexPath.row == 8){ UITableViewCell *cell8 = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:@"cell8"];... 阅读全文
posted @ 2015-09-24 22:23 空空亦空 阅读(136) 评论(0) 推荐(0) 编辑
摘要: }else if (indexPath.row == 2){ UITableViewCell *cell2 = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleValue1 reuseIdentifier:@"cell2"]... 阅读全文
posted @ 2015-09-24 20:47 空空亦空 阅读(142) 评论(0) 推荐(0) 编辑
摘要: //获取点击的button的父视图MMAppCell* cell=(MMAppCell*)[[sendersuperview]superview];//获取tableUITableView* table=(UITableView*)[cellsuperview];//获取table的indexpat... 阅读全文
posted @ 2015-09-24 16:42 空空亦空 阅读(454) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-09-24 10:35 空空亦空 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-09-20 16:17 空空亦空 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 关于判断字符串长度的方法在一个中英文混合的字符串中,怎么判断它的长度,按英文占一个字节,汉字两个字节的标准比如“你好ni”,长度就是6“abcd” 长度是4有什么好办法吗,介绍一下,谢谢-(NSUInteger) unicodeLengthOfString: (NSString*) text { N... 阅读全文
posted @ 2015-09-20 16:02 空空亦空 阅读(3783) 评论(0) 推荐(0) 编辑
摘要: ///url为请求地址,params是请求体,传字典进去,,httpMethod 是请求方式,block是请求完成做得工作,header是请求头,也是传字典过去(发送请求获得json数据),如果没有则传nil,如果只有value而没有key,则key可以设置为anykey(但是此方法暂时没设置传图片... 阅读全文
posted @ 2015-09-20 13:34 空空亦空 阅读(442) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-09-18 12:36 空空亦空 阅读(1) 评论(0) 推荐(0) 编辑