摘要: 在 UIViewController 中 在UIViewController里重写以下方法: - (void)viewWillLayoutSubviews { [super viewWillLayoutSubviews]; [self.collection mas_remakeConstraints 阅读全文
posted @ 2024-07-08 16:24 CH520 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1、前言 在 Masonry 布局框架中,mas_makeConstraints 和 mas_remakeConstraints 虽然都用于设置视图的约束,但它们的行为和用途是有区别的。 2、功能作用 mas_makeConstraints mas_makeConstraints 用于首次为视图创建 阅读全文
posted @ 2024-07-08 16:10 CH520 阅读(3) 评论(0) 推荐(0) 编辑