Folding-cell-programmatically icon indicating copy to clipboard operation
Folding-cell-programmatically copied to clipboard

nil inside configureDefaultState method

Open yurevich1 opened this issue 8 years ago • 1 comments

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"

yurevich1 avatar Aug 29 '16 18:08 yurevich1

Yes ,I met the same question

xyfqldy avatar Feb 17 '17 06:02 xyfqldy