Folding-cell-programmatically
Folding-cell-programmatically copied to clipboard
nil inside configureDefaultState method
To prevent 'fatalError' , add
self.foregroundViewTop = top
after
// add identifier
let top = (foregroundView <- [Top(8)]).first
top?.identifier = "ForegroundViewTop"
and
self.containerViewTop = top
after
// add identifier
let top = (containerView <- [Top(8)]).first
top?.identifier = "ContainerViewTop"
Yes ,I met the same question