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

Style: 음악 검색 뷰 수정, Design 수정 #3

Merged
merged 4 commits into from
Jun 13, 2022
Merged

Style: 음악 검색 뷰 수정, Design 수정 #3

merged 4 commits into from
Jun 13, 2022

Conversation

JIWON1923
Copy link
Member

  • 음악 API 수정 (가져올 정보만 불러옴)
  • 사용할 때 content View에서 SearchView를 NavigationView로 호출해주셔야 돼요!
  • TestSoiView에서 음악 API 정보 어떻게 가져올 수 있는지 작성해두었습니다.

Merge branch 'main' into soi

* main:
  Fix : 색상 변수 이름 오류로 인한 프리뷰 에러 버그 수정

# Conflicts:
#	Recorder/SearchView.swift
- 디자인 수정
- main merge 후 color asset 수정
- 필요한 정보만 api에서 뽑아내도록 수정

- search view 호출할 때 네비게이션 링크로 호출해주시면 정상작동 됩니다!

또는 content VIew 코드를

struct ContentView: View {
    var body: some View {
        Text("Hello, world!")
            .padding()
        NavigationView {
            NavigationLink(destination: SearchView()) {
                Text("Hello, world!")
                    .padding()
            }
        }

    }
}

로 수정해서 실행해주세요!
@Eunbi-Cho Eunbi-Cho merged commit ee877d7 into main Jun 13, 2022
@JIWON1923 JIWON1923 changed the title Soi 음악 검색 뷰 수정, Design 수정 Jun 13, 2022
@JIWON1923 JIWON1923 changed the title 음악 검색 뷰 수정, Design 수정 Style: 음악 검색 뷰 수정, Design 수정 Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants