取消约束警告 把下面这段代码放在appdelegate中即可

    //取消约束警告
    [[NSUserDefaults standardUserDefaults] setValue:@(false) forKey:@"_UIConstraintBasedLayoutLogUnsatisfiable"];

相关文章:

  • 2022-12-23
  • 2021-08-03
  • 2021-07-24
  • 2022-02-09
  • 2021-11-05
  • 2022-01-25
  • 2021-12-14
猜你喜欢
  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
相关资源
相似解决方案