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

insta style fragment 만들기 #5

Open
kklyoon opened this issue Dec 1, 2019 · 6 comments
Open

insta style fragment 만들기 #5

kklyoon opened this issue Dec 1, 2019 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@kklyoon
Copy link
Collaborator

kklyoon commented Dec 1, 2019

참고용 화면구성
KakaoTalk_Image_2019-12-01-21-36-19

@kklyoon kklyoon added the enhancement New feature or request label Dec 1, 2019
@kklyoon kklyoon self-assigned this Dec 1, 2019
@kklyoon
Copy link
Collaborator Author

kklyoon commented Dec 1, 2019

스크롤이 다 올라갔을 때 화면
image

@kklyoon
Copy link
Collaborator Author

kklyoon commented Dec 2, 2019

인스타그램 picker 는 imageview 와 recyclerview 로 구성

  • imageview 에는 이미지 크롭 ( 드래그, 핀치투줌 )
  • recyclerview 를 위로 스크롤할 경우 터치지점이 imageview 영역까지 올라갔을 때 imageview 가 같이 스크롤됨
  • recyclerview 를 위로 스크롤하다가 끝까지 스크롤 됐을 때 imageview 가 다시 내려옴 ( iOS 앱은 아님 )
  • recyclerview 를 아래로 스크롤할 경우 recyclerview 가 끝까지 스크롤 됐을 때 imageview 가 같이 스크롤됨
  • recyclerview 의 item 이 선택되면 imageview 가 다시 내려옴
  • imageview 는 스크롤 되더라도 최소한의 영역은 차지한다.
  • 언제든 imageview 가 터치되면 다시 내려와서 원래 차지했던 영역을 차지한다.

@kklyoon
Copy link
Collaborator Author

kklyoon commented Dec 5, 2019

아이템을 선택하면 프리뷰가 내려오는 이벤트 구현 예정

@kklyoon
Copy link
Collaborator Author

kklyoon commented Dec 10, 2019

이제까지 구현상황
2019-12-10 16 26 36

@kklyoon
Copy link
Collaborator Author

kklyoon commented Jan 1, 2020

크롭기능 추가
cropView

@kklyoon
Copy link
Collaborator Author

kklyoon commented Jan 6, 2020

다중 선택시 여러장의 이미지에 대한 크롭정보를 저장하여 크롭하기 기능 필요

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

1 participant