摘要: 字典或者数组转化为nsstring NSArray *arr = [NSArray arrayWithObject:@"1"]; NSString *str = [arr JSONString]; //数组或者字典转化为json串 NSArray *arr1 = [str objectFromJSO 阅读全文
posted @ 2016-03-03 10:32 Juilliard 阅读(275) 评论(0) 推荐(0) 编辑
摘要: textField.placeholder = @"username is in here!"; [textField setValue:[UIColor redColor] forKeyPath:@"_placeholderLabel.textColor"]; [textField setValu 阅读全文
posted @ 2016-02-23 12:01 Juilliard 阅读(458) 评论(0) 推荐(0) 编辑