Ramotion / folding-cell

:octocat: 📃 FoldingCell is an expanding content cell with animation made by @Ramotion

Home Page:https://www.ramotion.com/folding-cell/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash while expanding cell

veer9002 opened this issue · comments

Getting the crash while tap on the cell to expand. Getting the crash at line number 466 at "self.hiddenAfterAnimation = hidden" in FoldingCell.swift file.

try to use cocoapods to install Folding-Cell framework, I got same problem when just import FoldingCell.swift file.

I have the same issue, except I did install it using cocoapods. Did you find a solution @veer9002, @tommyim?

Figured it out. When setting foregroundView to class RotatedView, you need to make sure you set the module to FoldingCell in interface builder. The exception is being raised because it doesn't know where to find the hiddenAfterAnimation property of the RotatedView class.