独狼

导航

2014年9月28日 #

OC中intValue要注意的地方

摘要: 在程序中,发现一个问题,写了个例子,如下: NSDictionary * dict = [[NSDictionary alloc] init]; NSString * str = [dict objectForKey:@"key"]; NSLog(@"%d",[str intValue]);... 阅读全文

posted @ 2014-09-28 18:02 独狼 阅读(682) 评论(0) 推荐(0) 编辑

将从数组中取到的字符串赋值给了UIImage导致的错误

摘要: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFConstantString size]: unrecognized selector sent to instance... 阅读全文

posted @ 2014-09-28 17:47 独狼 阅读(194) 评论(0) 推荐(0) 编辑