摘要:
返回的时间戳 拯救了 革命啊,哈哈, 阅读全文
posted @ 2013-09-22 14:42
路在脚下,
阅读(119)
评论(0)
推荐(0)
摘要:
1,一般情况下,两者是 一样的,valueforkey == objectforkey2,当 key是 以@开头的时候 ,如下:NSDictionary *dict = [NSDictionary dictionaryWithObject:@"theValue" forKey:@"@theKey"];// 注意这个 key 是以 @ 开头 NSString *value1 = [dict objectForKey:@"@theKey"]; NSString *value2 = [dict valueForKey:@"@the 阅读全文
posted @ 2013-09-22 14:15
路在脚下,
阅读(162)
评论(0)
推荐(0)
摘要:
@implementation ResponseState+ (ResponseState*)responseWithDic:(NSDictionary *)dic{ ResponseState* response = [[ResponseStatealloc] init]; response.status = [[dic valueForKeyNullReplace:@"status"] intValue]; response.message = [dic valueForKeyNullReplace:@"message"]; response.rem 阅读全文
posted @ 2013-09-22 12:17
路在脚下,
阅读(366)
评论(0)
推荐(0)
摘要:
改了一阵子 原来是 因为 budleidentifier,不一样,fuck, 阅读全文
posted @ 2013-09-22 11:54
路在脚下,
阅读(94)
评论(0)
推荐(0)
摘要:
if (ringInfoArray.count == 0) { return ; } }else { [self showToast:resp.message]; } [self.commonTableViewreloadData]; [selfhideLoadingView]; 阅读全文
posted @ 2013-09-18 16:44
路在脚下,
阅读(110)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2013-09-15 15:30
路在脚下,
阅读(138)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2013-09-15 11:13
路在脚下,
阅读(99)
评论(0)
推荐(0)
摘要:
1,二倍图 到一倍图 ,黑边没有了,2, 从psd裁图 总是 有 阴影,然后 换到 preview图片 工具 就好了, 阅读全文
posted @ 2013-09-15 11:01
路在脚下,
阅读(158)
评论(0)
推荐(0)
摘要:
-(void)textFieldDidBeginEditing:(UITextField *)textField{// UIAlertView *prompt = [[UIAlertView alloc] initWithTitle:@"请输入起点:"// message:@"\n\n"// delegate:nil// cancelButtonTitle:@"取消"// otherButtonTitles:... 阅读全文
posted @ 2013-09-13 15:29
路在脚下,
阅读(542)
评论(0)
推荐(0)
摘要:
bundle idp12,描述文件, 阅读全文
posted @ 2013-09-11 21:56
路在脚下,
阅读(142)
评论(0)
推荐(0)
浙公网安备 33010602011771号