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] #150 - 로딩 뷰 구현 #151

Merged
merged 5 commits into from
Jul 20, 2022

Conversation

yungu0010
Copy link
Member

🔥 Pull requests

⛳️ 작업한 브랜치

👷 작업한 내용

  • 로딩 뷰를 구현하였습니다.

🚨 참고 사항

  • 사용방법은 아래와 같습니다.
  • 로딩 뷰 띄우기
HelfmeLoadingView.shared.show()
  • 로딩 뷰 내리기
DispatchQueue.main.asyncAfter(deadline: .now() + 띄울시간) {
            HelfmeLoadingView.shared.hide(){
                print("로딩 종료")
            }
         }
  • SettingVC파일에 사용 코드를 작성해 두었습니다.

📸 스크린샷

기능 스크린샷
로딩 화면 Simulator Screen Recording - iPhone 13 mini - 2022-07-20 at 21 05 15

📟 관련 이슈

@yungu0010 yungu0010 added Feat 새로운 기능 구현 🌈YunDol labels Jul 20, 2022
@yungu0010 yungu0010 self-assigned this Jul 20, 2022
Copy link
Member

@0lynny 0lynny left a comment

Choose a reason for hiding this comment

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

멋져요!!

Copy link
Contributor

@0inn 0inn left a comment

Choose a reason for hiding this comment

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

헐 너무 귀엽따 ~ !! 윤돌이 고생했다 ...

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.

커스텀로딩뷰... 하늘끝까지 도약해버려따..

@yungu0010 yungu0010 merged commit 0ba4bda into Health-Food-Me:develop Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 🌈YunDol
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 로딩 뷰 구현
4 participants