We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
활동상세 컬렉션뷰 히든
The text was updated successfully, but these errors were encountered:
@didwodnr123
오토 레이아웃을 IBOutlet 으로 빼고 히든할 때 constant 값 수정하면 됨!
IBOutlet
@IBOutlet weak var hashtagTopConstraint: NSLayoutConstraint!
if self.displayDetailList.count == 0 { self.subImgCollectionView.isHidden = true self.hashtagTopConstraint.constant = 20 }
Sorry, something went wrong.
didwodnr123
Successfully merging a pull request may close this issue.
활동상세 컬렉션뷰 히든
The text was updated successfully, but these errors were encountered: