-
Notifications
You must be signed in to change notification settings - Fork 4
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] #400 MetronomeView UI 업데이트 #407
Conversation
|
||
if toastAction { | ||
Text("'\(inputCustomJangdanName)' 내보내기가 완료되었습니다.") | ||
if self.toastAction { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self다 넣어주셨군요! 감사합니닷!
[오류 재현 상황]
정말 신기한건 멈춘 상태에서 백그라운드에서 다른 앱 갔다가 돌아오면 자진모리가 되어있어요... 하지만 계속 멈춰있는 자진모리ㅠㅠ |
커밋 - 008ed69 appState의 악기 선택만 실행하고 해당 악기를 반영하진 않아버린 |
이제 잘 바뀌긴 하는데,, 바꾸다보면 또 먹통이 됩니다... UI가 멈췄어요... |
개요
MetronomeView 관련 UI를 업데이트 합니다
작업 내용
1. MetronomeSettingControlView
.나무
추가했습니다.caseIterable
프로토콜 채택했습니다.2. 사운드 변경 기능
isBeepSound
가 필요 없어짐에 따라isBeepSound
에 따른 로직 제거했습니다isBeepSound
필요 없어져서 다 지움3. 메뉴버튼
4. 기타 수정
비고
작업 스크린샷
리뷰어에게 남길 말
CheckList