Skip to content

Commit

Permalink
♻️ 메소드 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
chopmozzi committed Dec 4, 2023
1 parent 9a8f554 commit 69950b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iOS/Layover/Layover/DesignSystem/LOTagStackView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ final class LOTagStackView: UIStackView {
addArrangedSubview(button)
}

func resetTag() {
func resetTagStackView() {
arrangedSubviews.forEach { $0.removeFromSuperview() }
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ final class PlaybackCell: UICollectionViewCell {
playbackView.descriptionView.titleLabel.text = info.title
playbackView.descriptionView.setText(info.content)
playbackView.profileLabel.text = info.profileName
playbackView.tagStackView.resetTag()
playbackView.tagStackView.resetTagStackView()
info.tag.forEach { tag in
playbackView.tagStackView.addTag(tag)
}
Expand Down

0 comments on commit 69950b6

Please sign in to comment.