摘要: [self.disease addObjectsFromArray:diseaseDic[@"data"]]; // NSDictionary *des=[NSDictionary dictionaryWithObject:@"" forKey:@"des"]; NSDictionary *name 阅读全文
posted @ 2016-02-23 17:12 zhen_zhen 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 1:_descrView = [[UITextView alloc]initWithFrame:CGRectMake(15, CGRectGetMaxY(describelab.frame)+10, SCREEN_WIDTH-30, 150)]; _descrView.delegate = self 阅读全文
posted @ 2016-02-23 11:39 zhen_zhen 阅读(217) 评论(0) 推荐(0) 编辑
摘要: //gzz0223 //计算文本的大小 NSString *srring=[NSString stringWithFormat:@"%@",[dataDic objectForKey:@"content"]]; NSUserDefaults * userdefaults =USERDEFAULT; 阅读全文
posted @ 2016-02-23 11:32 zhen_zhen 阅读(215) 评论(0) 推荐(0) 编辑
摘要: - (BOOL)prefersStatusBarHidden{ return YES; } //隐藏bar 2:让键盘消失 //// [_lastField resignFirstResponder]; // [self.view endEditing:YES];//gzz0223 // // // 阅读全文
posted @ 2016-02-23 09:43 zhen_zhen 阅读(176) 评论(0) 推荐(0) 编辑