SVProgressHUD使用

[SVProgressHUD showErrorWithStatus:@"加载推荐信息失败!"];//提示

[SVProgressHUD dismiss];//隐藏指示器

[self.tableView reloadData];//刷新表格

autolayout中的

//不要将AutoresizingMask转为Autolayout的约束
blueview.translatesAutoresizingMaskIntoConstraints=NO;

 

posted on 2016-09-21 18:42  高彰  阅读(521)  评论(0)    收藏  举报

导航