Skip to content

Commit

Permalink
fis/#367 지각 시 팝업이 기본으로 뜨는 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
youz2me committed Sep 10, 2024
1 parent 59bb979 commit a443612
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class ReadyStatusView: BaseView {

let popUpImageView: UIImageView = UIImageView(image: .imgTextPopup).then {
$0.contentMode = .scaleAspectFit
$0.isHidden = true
}

let ourReadyStatusCollectionView: UICollectionView = UICollectionView(
Expand Down

0 comments on commit a443612

Please sign in to comment.