From 4d776ec3b272c40c5d9058af875211811835793f Mon Sep 17 00:00:00 2001 From: 杨锴 <841720330@qq.com> Date: 星期三, 28 八月 2024 16:41:44 +0800 Subject: [PATCH] fix UI --- XQMuse/Root/Course/VC/CourseVCOfficalCommentVC.swift | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/XQMuse/Root/Course/VC/CourseVCOfficalCommentVC.swift b/XQMuse/Root/Course/VC/CourseVCOfficalCommentVC.swift index 69780c5..627777c 100644 --- a/XQMuse/Root/Course/VC/CourseVCOfficalCommentVC.swift +++ b/XQMuse/Root/Course/VC/CourseVCOfficalCommentVC.swift @@ -48,6 +48,10 @@ make.edges.equalToSuperview() } } + + override var shouldAutorotate: Bool{ + return false + } } extension CourseVCOfficalCommentVC:UICollectionViewDelegate & UICollectionViewDataSource{ -- Gitblit v1.7.1