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] Step02. 사진 앨범 접근 구현 #2

Open
10 of 13 tasks
Jinsujin opened this issue Mar 21, 2022 · 0 comments
Open
10 of 13 tasks

[FEAT] Step02. 사진 앨범 접근 구현 #2

Jinsujin opened this issue Mar 21, 2022 · 0 comments
Assignees

Comments

@Jinsujin
Copy link
Collaborator

Jinsujin commented Mar 21, 2022

💡 Issue

[FEAT] 사진 앨범 접근 구현

  • 사진보관함 사진을 CollectionView로 표시하기

📝 todo

  • UINavigationController를 임베드시켜, 타이틀을 'Photos'로 지정
  • 사진보관함의 사진 이미지를 Cell에 표시
    • PHAsset를 받은 후, image manager를 사용하여 이미지 요청
    • 커스텀 셀 클래스 작성 후, CollectionView Cell과 연결
    • CollectionView Cell 크기를 100x100으로 변경
    • Cell을 가득 채우도록 UIImageView를 추가
  • 썸네일 이미지를 100x100 크기로 생성해 Cell에 표시
    • UIImage.resize()를 오버라이딩
    • 이미지 크기를 리사이징해, Cell에 출력
  • PHCachingImageManager 클래스에 사진보관함이 변경되는지 여부를 옵저버로 등록
    • 접근 허용 후, ViewController를 옵저버로 등록
    • 옵저버 등록을 위해, PHPhotoLibraryChangeObserve 채택
    • 변화 감지 시, photoLibraryDidChange()에 원하는 동작 구현
  • 추가로 공부할 내용
    • 사진이 많아 로딩이 느릴 경우, 해결 방안 찾아 보기
@OceanShape OceanShape changed the title 기능2 [FEAT] 사진 앨범 접근 구현 Mar 22, 2022
@OceanShape OceanShape changed the title [FEAT] 사진 앨범 접근 구현 [FEAT] Step02. 사진 앨범 접근 구현 Mar 22, 2022
Jinsujin added a commit to Jinsujin/swift-photos-11 that referenced this issue Mar 25, 2022
Jinsujin added a commit to Jinsujin/swift-photos-11 that referenced this issue Mar 25, 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

No branches or pull requests

2 participants