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

리더보드 뷰 수정 부탁드립니다 #15

Closed
2 tasks done
JungYunseong opened this issue Apr 8, 2022 · 1 comment
Closed
2 tasks done

리더보드 뷰 수정 부탁드립니다 #15

JungYunseong opened this issue Apr 8, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@JungYunseong
Copy link
Member

JungYunseong commented Apr 8, 2022

@Shin-jun

  • 리더보드 뷰 내에 있는 '내 등수'와 '포인트'를 나타내는 박스 크기 수정 해주세요!
    아래 있는 첨부한 코드 참고 하시면 될 것 같아요.
HStack {
            ZStack{
                RoundedRectangle(cornerRadius:10)
                    .fill(Color.white)
                    .opacity(0.1)
                    .frame(width:85, height:27)
                    .overlay(
                        RoundedRectangle(cornerRadius: 8)
                            .stroke(Color(red: 112/255, green: 210/255, blue: 163/255), lineWidth: 2)
                    )
                Text("내등수 :  \(no)")
                    .font(.system(size: 12))
            }
            Spacer()
            ZStack{
                RoundedRectangle(cornerRadius:10)
                    .fill(Color.white)
                    .opacity(0.1)
                    .frame(width:85, height:27)
                    .overlay(
                        RoundedRectangle(cornerRadius: 8)
                            .stroke(Color(red: 112/255, green: 210/255, blue: 163/255), lineWidth: 2)
                    )
                Text("경험치 : \(point)")
                    .font(.system(size: 12))
            }
        }
        .padding()
  • 추가로 '포인트 → 경험치' 로 수정부탁드립니다.
@JungYunseong JungYunseong added the enhancement New feature or request label Apr 8, 2022
@Shin-jun
Copy link
Collaborator

Shin-jun commented Apr 9, 2022

수정했습니다!! 자세히 알려주셔서 감사합니다!

@Shin-jun Shin-jun closed this as completed Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants