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

fix: 명함 공유 뷰 수정 (#349) #350

Merged
merged 27 commits into from
Jan 31, 2023
Merged

fix: 명함 공유 뷰 수정 (#349) #350

merged 27 commits into from
Jan 31, 2023

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    2885740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ba5ff1 View commit details
    Browse the repository at this point in the history
  3. chore: pod update (#349)

    hyun99999 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ad541d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e103d4 View commit details
    Browse the repository at this point in the history
  5. feat: UIView Extension 추가 (#349)

    - layout 작업 시에 UIView 배열로 뷰에 더하는 함수 생성.
    hyun99999 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    a5beac6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33a315e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc27170 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3cfebe View commit details
    Browse the repository at this point in the history
  9. feat: 명함 활성화 유무에 따른 UI 구현 (#349)

    - if 문을 사용하게 되면 줄이 두배 길어지고, 삼항연산자 사용하면 UI components 에 코드가 집중할 수 있다고 생각했습니다.
    - if-else 문에서 휴먼에러로 변경되는 UI 를 놓치지 않을 수 있습니다.
    hyun99999 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    7280ee9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6ea26dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c2c79a8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d841a23 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    861ec6d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e5785b6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    64c48a4 View commit details
    Browse the repository at this point in the history
  16. chore: import Lottie (#349)

    hyun99999 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    0ae2411 View commit details
    Browse the repository at this point in the history
  17. feat: 명함 공유 바텀시트가 가지는 변수 설정 (#349)

    - 추후에 수정되어야 하기 때문에 주석 설정.
    hyun99999 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    14e5657 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. add: lottieImage 추가 (#349)

    - lazy 로 선언해서 lottie image 를 사용하기 전까지 메모리에 올리지 않게 됨.
    hyun99999 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    74073da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c0040c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32632a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    857bb48 View commit details
    Browse the repository at this point in the history
  5. refactor: SwiftLint (self_in_property_initialization) 워닝 제거 (#349)

    - 아직 선언되지 않은 컴포넌트의 액션 메서드를 적용하기 위해서 addTarget() 에서 self 를 사용하면 이는 예상못할 수 있기 때문에 lazy 하게 만들어야 안전합니다.
    hyun99999 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    e67e4c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4127d92 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    99c3f33 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    6dafb5f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    fa04290 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Merge branch 'develop' of https://github.com/TeamNADA/NADA-iOS-ForRel…

    …ease into feature/#349
    
    # Conflicts:
    #	NADA-iOS-forRelease.xcodeproj/project.pbxproj
    hyun99999 committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    82d5ef4 View commit details
    Browse the repository at this point in the history