2016年3月7日
摘要: @interface NQXImageBrowswe : UITableView /** * @brief 浏览头像 * * @param oldImageView 头像所在的imageView */ +(void)showImage:(UIImageView*)avatarImageView; @ 阅读全文
posted @ 2016-03-07 17:11 不穿内裤的熊猫 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 创建model 的时候 model继承于jsonmodel NSError* err=nil; _model = [[MessageModel alloc]initWithDictionary:dict error:&err]; [_messageArray addObject:_model]; 阅读全文
posted @ 2016-03-07 17:06 不穿内裤的熊猫 阅读(136) 评论(0) 推荐(0) 编辑
摘要: - (void)hudWithTitle:(NSString *)title { MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.navigationController.view animated:YES]; hud.mode = M 阅读全文
posted @ 2016-03-07 17:04 不穿内裤的熊猫 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 自定义cell 分割线 阅读全文
posted @ 2016-03-07 17:03 不穿内裤的熊猫 阅读(216) 评论(0) 推荐(0) 编辑