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

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

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

autolayout中的

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

 

相关文章:

  • 2021-07-09
  • 2022-12-23
  • 2021-06-10
  • 2021-07-08
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-06
  • 2021-12-05
  • 2022-12-23
  • 2021-04-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案