|
@@ -116,6 +116,7 @@ class AlertSheetView: NSObject {
|
|
|
/// 自定义评论View
|
|
|
class func commentAlertSheetView(postId:Int, videoItemMdl: CommunityVideoItemModel) -> CommunityAllCommentView {
|
|
|
let commentView = CommunityAllCommentView(frame: CGRect(x: 0, y: 0, width: UIScreen.main.bounds.width, height: kSafeTabBarHeight + 500))
|
|
|
+ commentView.configRectCorner(corner: [.topLeft,.topRight], radii: CGSize(width: 8, height: 8))
|
|
|
commentView.postId = postId
|
|
|
commentView.videoItemModel = videoItemMdl
|
|
|
|