Swift UI compatibility
Hi guys, we have some problems make folding-cell working in a Swift 5 project using Swift UI. Is there any incompatibility with Swift UI? Does someone succeed in implementing this UI with Swift UI? Thanks.
@iC0rraxX hey, can you please upload a code where you using folding-cell? We will reproduce your case and try to find a way to use it with Swift-UI
Hi, here I am attaching the Pod folder with FoldingCell inside. We updated it to fix SwiftUI issues. You can also find User View, where the cell is used in a tableView
We whished the AwakeFromNib to be called every time a cell is created, to add ForegroundView and ContainerView as subViews. Though we can't manage AwakeFromNib to be called