Skip to content

UI 레이아웃을 수정합니다. #3

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

Merged
merged 4 commits into from
Apr 13, 2025
Merged

UI 레이아웃을 수정합니다. #3

merged 4 commits into from
Apr 13, 2025

Conversation

youn9k
Copy link
Owner

@youn9k youn9k commented Apr 13, 2025

주요 변경 사항

Input, Output 부분

  • 노브 knobValue 를 0~1.0 으로 수정
  • 볼륨미터와 텍스트가 변경되지 않는 문제 수정
  • Input, OutputView를 제거하고 AudioChannelView 하나로 통합

EQ 부분

  • EQ 부분 스페이싱 수정
  • 범위 제한 유틸리티 메소드 추가 MathUtil.swift

참고사항

스크린샷

화면 기록 2025-04-14 오전 12 11 00

Before After
스크린샷 2025-04-14 오전 12 11 24

youn9k added 4 commits April 13, 2025 22:53
슬라이더 간 스페이싱이 디자인과 달라 수정했습니다.
- knobValue의 범위를 0~1로 고정
- 경계값(0~1) 도달 시 변경 무시
- MathUtil 범위 제한 메소드 추가
Consolidates input and output views into a single, reusable AudioChannelView to reduce code duplication and improve maintainability.

Removes the InputView and OutputView files.
Replaces the individual input and output volume sliders with a reusable AudioChannelView for improved UI consistency and clarity.
@youn9k youn9k added the feat 기능 추가 요청 label Apr 13, 2025
@youn9k youn9k self-assigned this Apr 13, 2025
@youn9k youn9k merged commit 6778a96 into develop Apr 13, 2025
@youn9k youn9k deleted the feat/refactor_ui branch April 13, 2025 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 추가 요청
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant