上一页 1 ··· 80 81 82 83 84 85 86 87 88 ··· 98 下一页
摘要: CGFloat originX = 10 ;如果这个变量不 设置 数值的话,会随机 初始化的,-(UIView *)initData:(NSDictionary *)dic{ CGFloat y = 25; CGFloat originX ; // TTLog(@"originX :%0.0f",originX);//诡异的代码,用的话 正常,不用的话就不正常。。。 NSString *key = [[dic allKeys]objectAtIndex:0]; self.titleLabel.text = key; NSArray *repositoryArray = [d 阅读全文
posted @ 2013-06-18 16:30 路在脚下, 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-06-18 14:14 路在脚下, 阅读(129) 评论(0) 推荐(0) 编辑
摘要: CGSize specialitySize = [speciality sizeWithFont:self.specialityLabel.fontconstrainedToSize:CGSizeMake(self.specialityLabel.frame.size.width, MAXFLOAT) lineBreakMode:NSLineBreakByWordWrapping]; 阅读全文
posted @ 2013-06-18 10:11 路在脚下, 阅读(268) 评论(0) 推荐(0) 编辑
摘要: CGSize size = [[TTGlobalDatasharedInstance].config.urgentMethodsizeWithFont:self.urgentLabel.fontconstrainedToSize:CGSizeMake(self.urgentLabel.frame.size.width, MAXFLOAT) lineBreakMode:NSLineBreakByWordWrapping]; [self.urgentLabelsetFrame:CGRectMake(self.urgentLabel.frame.origin.x, self.urgentLabe.. 阅读全文
posted @ 2013-06-17 16:20 路在脚下, 阅读(202) 评论(0) 推荐(0) 编辑
摘要: NSString *remarkString = [remarkTextField.textstringByTrimmingCharactersInSet:[NSCharacterSetwhitespaceCharacterSet]]; if (remarkString.length != 0) { [dic setObject:remarkString forKey:@"memo"]; } 阅读全文
posted @ 2013-06-17 11:27 路在脚下, 阅读(119) 评论(0) 推荐(0) 编辑
摘要: + (NSArray *) sortedArrayFromDictionary:(NSDictionary*)dict{ if (dict == nil) return nil; NSArray *keys = [dict allKeys]; NSArray *sortedKeys = [keys sortedArrayUsingSelector:@selector(compare:)]; NSMutableArray *array = [NSMutableArrayarrayWithCapacity:keys.count]; for (NSString *key in sorted... 阅读全文
posted @ 2013-06-17 11:16 路在脚下, 阅读(196) 评论(0) 推荐(0) 编辑
摘要: http://www.52vr.com/bbs/forum.php 阅读全文
posted @ 2013-06-09 17:14 路在脚下, 阅读(111) 评论(0) 推荐(0) 编辑
摘要: reason: 'Could not instantiate class named NSLayoutConstraint' 阅读全文
posted @ 2013-05-30 14:35 路在脚下, 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 其中,图标,各种歧义啊, 阅读全文
posted @ 2013-05-24 09:07 路在脚下, 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 1,基本信息:王亚楠,24(农历:1989年12月初五;阳历:1990年1月1日)身份证号:410781199006155710 2,职业以及待遇:从事 ios 开发,我现在的工资是 2500 + 吃+ 住,之前做过java开发 3,感情经历:没有恋爱经历(如果说有,就是跟你这几天了) 4,家庭背景 阅读全文
posted @ 2013-05-23 22:20 路在脚下, 阅读(1295) 评论(22) 推荐(2) 编辑
上一页 1 ··· 80 81 82 83 84 85 86 87 88 ··· 98 下一页