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 for iOS 14 #1

Closed

Conversation

kyungkoo
Copy link

fix lib for ios 14

@@ -95,6 +95,9 @@ - (void)initializer
// Add the cell scroll view to the cell
UIView *contentViewParent = self;
UIView *clipViewParent = self.cellScrollView;

[self.contentView superview];

Choose a reason for hiding this comment

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

이 이슈가 iOS 14에서만 발생되는 문제인지 Xcode 12 전환으로 인한 문제인지 확인해주세요.
iOS 14자체의 문제라면 조건문을 추가해야 할것 같아요.

그리고 잘 이해는 안가는 코드라 주석도 추가해주시면 좋을 것 같습니다.

@kyungkoo
Copy link
Author

이 부분은 다시 검토하도록 하겠습니다. ^^;

@kyungkoo kyungkoo closed this Oct 23, 2020
@kyungkoo kyungkoo deleted the fix/support-ios14 branch October 25, 2020 14:43
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.

2 participants