Skip to content

Commit af2a7d5

Browse files
chore: 사소한 로직 수정
datepicker의 addSubview 순서를 바꿨습니다.
1 parent d9225b3 commit af2a7d5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Koin/Presentation/LostItem/PostLostItem/SubViews/AddLostItemCollectionView/AddLostItemCollectionViewCell.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,8 +612,7 @@ extension AddLostItemCollectionViewCell: UITextFieldDelegate {
612612
extension AddLostItemCollectionViewCell {
613613

614614
private func setUpLayouts() {
615-
[separateView, itemCountLabel, pictureLabel, pictureMessageLabel, pictureCountLabel, addPictureButton, categoryLabel, categoryMessageLabel, categoryStackView, dateLabel, locationLabel, locationTextField, contentLabel, contentTextCountLabel, contentTextView, deleteCellButton, categoryWarningLabel, dateWarningLabel, locationWarningLabel, imageUploadCollectionView, dropdownView, dateButton, categoryEssentialLabel, dateEssentialLabel, locationEssentialLabel
616-
].forEach {
615+
[separateView, itemCountLabel, pictureLabel, pictureMessageLabel, pictureCountLabel, addPictureButton, categoryLabel, categoryMessageLabel, categoryStackView, dateLabel, locationLabel, locationTextField, contentLabel, contentTextCountLabel, contentTextView, deleteCellButton, categoryWarningLabel, dateWarningLabel, locationWarningLabel, imageUploadCollectionView, categoryEssentialLabel, dateEssentialLabel, locationEssentialLabel, dropdownView, dateButton].forEach {
617616
contentView.addSubview($0)
618617
}
619618
dateButton.addSubview(chevronImage)

0 commit comments

Comments
 (0)