ExpandableTable icon indicating copy to clipboard operation
ExpandableTable copied to clipboard

Custom expandable cell from xib?

Open gerchicov-bp opened this issue 4 years ago • 1 comments

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

gerchicov-bp avatar Oct 01 '19 08:10 gerchicov-bp

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?

gerchicov-bp avatar Oct 01 '19 10:10 gerchicov-bp