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

24.03.05) [Fix]: Comment Cell Height 문제 해결 #37

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

Jeon0976
Copy link
Contributor

@Jeon0976 Jeon0976 commented Mar 7, 2024

  • Cell 내부 autolayout 문제가 있었음

    • separator의 bottom constraint이 cell contentView에 연결이 안되어서 cell의 높이를 정상적으로 잡지 못하는 문제
  • ToDo:

  • 다른 table의 separator bottm constraint 확인

  • layoutSubviews에서 frame값이 정상적으로 불러오는지 확인

@Jeon0976 Jeon0976 self-assigned this Mar 7, 2024
@Jeon0976
Copy link
Contributor Author

Jeon0976 commented Mar 7, 2024

  1. 다른 cell의 autolayout도 비정상이었음 - 해결
  2. mainView의 높이가 최초 정해져있지 않아서 frame 값을 못 구해지는건가? cell의 layoutSubview는 항상 frame이 나올거라는 확신이 없음
    toggle 변수 + mainView의 frame이 정해지면 호출되게 설정??
    그럼 mainView가 최초 autolayout을 잡아놓으면 바로 잡힐려나? 테스트 필요

@Jeon0976 Jeon0976 merged commit b4ef1c6 into develop Mar 7, 2024
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

Successfully merging this pull request may close these issues.

1 participant