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

Custom expandable cell from xib? #7

Open
gerchicov-bp opened this issue Oct 1, 2019 · 1 comment
Open

Custom expandable cell from xib? #7

gerchicov-bp opened this issue Oct 1, 2019 · 1 comment

Comments

@gerchicov-bp
Copy link

It seems it works except of one thing - How to set its custom height?

@gerchicov-bp
Copy link
Author

It seems that it can be solved by something like this:
cell.contentView.heightAnchor.constraint(equalToConstant: 112).isActive = true
But I could solve it by inheriting and overriding table delegate methods inside ExpandableTable but the library forbids it. Could you add open or public keys where it is possible?

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

No branches or pull requests

1 participant