首页 > 技术文章 > SVProgressHUD使用

gaozhang12345 2016-09-21 18:42 原文

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

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

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

autolayout中的

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

 

推荐阅读