上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页
摘要: 在这个例子中,当改变picker值的时候,Cell中的值也跟着改变。以前就一直很纠结怎么获取选中的Cell,看过这个例子后,真是豁然开朗呀! 这个例子里用到了一个方法:indexPathForSelectedRow,用这个方法就能获取选择的cell了--!以前怎么没发现... 关键代码: - (IB 阅读全文
posted @ 2016-05-06 09:41 zhen_zhen 阅读(773) 评论(0) 推荐(0) 编辑
摘要: // if (isRequest) { // MCLog( @" 第几个呢?==%zd",index); // // if (tabMut.count -1 == index) { // CGFloat labelY = CGRectGetMaxY(labell.frame) ; // MCLog( 阅读全文
posted @ 2016-05-06 09:28 zhen_zhen 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 2016-05-06 08:48:29.825 Patient[1212:36189] 23 2016-05-06 08:48:48.328 Patient[1212:36189] keypath:frame 2016-05-06 08:48:48.379 Patient[1212:36189] o 阅读全文
posted @ 2016-05-06 09:19 zhen_zhen 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 专家 列表: birthDate = "2006-05-03"; callIsEnable = 0; certificate = "<null>"; certificateImg = "<null>"; checkInfo = "<null>"; cityId = 2; clinicIsEnable 阅读全文
posted @ 2016-05-04 09:25 zhen_zhen 阅读(192) 评论(0) 推荐(0) 编辑
摘要: //Documents: NSArray *paths = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES); //username md5 const char *cStr = [userNa 阅读全文
posted @ 2016-04-27 17:11 zhen_zhen 阅读(111) 评论(0) 推荐(0) 编辑
摘要: //UIImage图片转成Base64字符串: UIImage *originImage = [UIImage imageNamed:@"originImage.png"]; NSData *data = UIImageJPEGRepresentation(originImage, 1.0f); N 阅读全文
posted @ 2016-04-27 13:08 zhen_zhen 阅读(93) 评论(0) 推荐(0) 编辑
摘要: dddd0427 SingleVip.h SingleVip.m 阅读全文
posted @ 2016-04-27 11:40 zhen_zhen 阅读(268) 评论(0) 推荐(0) 编辑
摘要: self.emojiMap = [NSArray arrayWithObjects: [NSArray arrayWithObjects:@"\u2196", @"\uE237", nil], [NSArray arrayWithObjects:@"\u2197", @"\uE236", nil], 阅读全文
posted @ 2016-04-27 11:24 zhen_zhen 阅读(700) 评论(0) 推荐(0) 编辑
摘要: //添加边框和提示 CGRect frameRect = CGRectMake(20, 90, self.window.frame.size.width-40, self.window.frame.size.height-180); UIView *frameView = [[UIView allo 阅读全文
posted @ 2016-04-22 11:51 zhen_zhen 阅读(356) 评论(0) 推荐(0) 编辑
摘要: [self.view bringSubviewToFront:pickview]; - (void)removeFromSuperview; - (void)insertSubview:(UIView *)view atIndex:(NSInteger)index; - (void)exchange 阅读全文
posted @ 2016-04-19 10:32 zhen_zhen 阅读(141) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页