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

add: Lottie CocoaPods 설치 및 근처 명함 json 파일 추가 (#347) #348

Merged
merged 3 commits into from
Jan 24, 2023

Conversation

hyun99999
Copy link
Member

@hyun99999 hyun99999 commented Jan 8, 2023

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • Lottie 코코아팟 설치
  • json 파일 추가
  • Const 사용하던 것처럼 Const.Lottie.nearby 로 사용하면 됩니당
  • Const.Lottie 를 입력하면 인스턴스를 만들라고 () 가 코드 아래 힌트?처럼 나오기 때문에 거슬려서 인스턴스화하지 않을 것이기 때문에 생성자의 접근제어자를 private 으로 구현하였습니다.

스크린샷 2023-01-08 오후 8 18 50

🚨 참고사항

  • 로티가 4.0 버전이 나오면서 기존 CADisplayLink 로 동작하던 엔진을 CoreAnimation 으로 변경하면서 CPU 의 부하를 줄였다고 합니다! 사용하기 전에 읽어보면 좋을거 같아서 링크도 첨부해둡니당🚜

https://medium.com/airbnb-engineering/announcing-lottie-4-0-for-ios-d4d226862a54

📮 관련 이슈

@hyun99999 hyun99999 added Hyungyu 🐯 현규 교수님 작업 Add feat 이외의 부수적인 코드 추가 / 새로운 파일 생성 labels Jan 8, 2023
@hyun99999 hyun99999 requested a review from dlwns33 January 8, 2023 11:21
@hyun99999 hyun99999 self-assigned this Jan 8, 2023
Copy link
Member

@dlwns33 dlwns33 left a comment

Choose a reason for hiding this comment

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

수고하셨습니당! 좋은 글도 한번 읽어볼게요 감사합니다🎅🏻

@hyun99999 hyun99999 merged commit 4992bba into develop Jan 24, 2023
@hyun99999 hyun99999 deleted the feature/#347 branch January 24, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Add feat 이외의 부수적인 코드 추가 / 새로운 파일 생성 Hyungyu 🐯 현규 교수님 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add: Lottie CocoaPods 설치 및 근처 명함 json 파일 추가
2 participants