cultlee
Results
1
comments of
cultlee
Adding the following code after initialization can solve this problem: let bottomView = emojiView.subviews.last?.subviews.last let collecitonViewToSuperViewTrailingConstraint = bottomView?.value(forKey: "collecitonViewToSuperViewTrailingConstraint") as? NSLayoutConstraint collecitonViewToSuperViewTrailingConstraint?.priority = .defaultLow