Skip to content
New issue

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

[Feat] #60 - 스톱워치 뷰 구현 #67

Merged
merged 12 commits into from
Jan 15, 2022

Conversation

yangsubinn
Copy link
Member

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • 레이아웃 잡기
  • 스톱워치 구현
  • 초기화 팝업창 구현
  • 화면 전환 연결

📌 참고 사항

📸 스크린샷

기능 스크린샷
틱톡틱톡 ezgif com-gif-maker (33)

📮 관련 이슈

@yangsubinn yangsubinn added the Feat 새로운 기능 구현 label Jan 15, 2022
@yangsubinn yangsubinn self-assigned this Jan 15, 2022
@yangsubinn yangsubinn added 🚨review_required🚨 긴급! 빠르게 확인해야할 사항 🦹t없e맑은水빈 우리 선배 이젠 타이니하지 않아 labels Jan 15, 2022
Copy link
Member

@L-j-h-c L-j-h-c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

타이머선배.. 저번에 봤기 때문에.... 멋져요!

@yangsubinn yangsubinn merged commit 7c8c509 into TeamSparker:develop Jan 15, 2022
Copy link
Member

@hyun99999 hyun99999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

최대한 재사용하려는 노력이 보여요 수고하셨습니당!

Comment on lines +68 to +69
pauseButton.setImage(UIImage(named: "btnStop"), for: .normal)
resetButton.setImage(UIImage(named: "btnReset"), for: .normal)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

처음과 초기화 시 멈춤, 초기화 버튼이 안보이는거 같아여 확인 부탁드립니당!

Comment on lines +82 to +86
private func setButton(_ button: UIButton, title: String, backgroundColor: UIColor, isEnable: Bool) {
button.setTitle(title, for: UIControl.State())
button.isEnabled = isEnable
button.backgroundColor = backgroundColor
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Comment on lines +150 to +154
popupVC.modalPresentationStyle = .overFullScreen
popupVC.modalTransitionStyle = .crossDissolve
popupVC.time = timeLabel.text ?? ""

present(popupVC, animated: true, completion: nil)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

152번 줄은 어떤 용도인가용?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

원래는 이전 측정 값을 팝업에 전달해야 된다는 생각으로 프로퍼티를 생성했던 것 같은데,
지금 확인해보니 쓸모없군여.. 삭제했습니다!

Comment on lines +65 to +69
@objc
func touchResetButton() {
NotificationCenter.default.post(name: .resetStopWatch, object: nil)
dismiss(animated: true, completion: nil)
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

노티를 쓰셨군요! 좋습니당

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 🚨review_required🚨 긴급! 빠르게 확인해야할 사항 🦹t없e맑은水빈 우리 선배 이젠 타이니하지 않아
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 스톱워치 + 사진 인증하기 중 스톱워치 뷰 구현
3 participants