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

[My routine/feat] [My routine/refac] #20

Merged
merged 6 commits into from
Apr 6, 2021
Merged

Conversation

minseungseon
Copy link
Contributor

Task 내용

  • 테이블뷰 왼쪽으로 스와이프 했을 때 커스텀 edit, delete 버튼 나오도록 설정해줌
  • add routine button 을 table view footer 로 추가해줌

관계된 이슈, PR :

solves #10

스크린샷

기기별 스크린 샷

iphone12Pro

레퍼런스

전달할 내용, personal feedback

빠르게 다음 뷰 개발 시작해볼게욧~~~

…제 버튼 추가해줌

body:
커스텀 아이콘 및 색깔 설정까지 모두 해주었음.
아래 bottom inset 을 설정해주어야함.
body:

1. trailingSwipeActionsConfigurationForRowAt function에 UIContextualAction 을 edit, delete 로 추가해주어서 해결하였다.
2. 이 과정에서 기존에 테이블 뷰를 cell 내부에서 아래 bottom inset 을 준 게 문제가 되어서 (ui contextual action 의 uiview 에는 아래 bottom inset이 안먹혀서..) 테이블 뷰 자체에서 cell 같의 spacing 을 두는 것으로 수정했다.
dquote> - 이 과정에서 구글링을 해보니 모두 잔머리?를 사용해서 셀들을 indexpath.row 로 뿌리는게 아니라 각 셀을 section 으로 생각하고, 그 사이 간격은 '투명한 header' 를 줘서 간격을 두는 글을 보고 따라해보았다.
성공이었다!
Copy link
Member

@xwoud xwoud left a comment

Choose a reason for hiding this comment

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

굿굿 수정사항 다 고쳐줘서 고마워요~~

@minseungseon minseungseon merged commit 164d87f into develop Apr 6, 2021
@bluayer bluayer deleted the MyRoutine/Feat branch June 19, 2021 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants