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) ObjC: unified cell height logic with swift #209

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

DanijelBojcic
Copy link

I realized that the SWIFT and ObjC packages differ in cell height logic.

The SWIFT version will set the height of the cell no matter what and will set the width when it's bigger than 0, otherwise it will set it to 50% of the screen width.

On ObjC on the other hand it will only set the height if the width is also bigger than 0.

The logic in Swift is here and the logic in ObjC is here

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.

None yet

2 participants