xiongxiong / ActionCell

ActionCell, wraps UITableViewCell with actions elegantly, no need to inherit UITableViewCell, use swiping to trigger actions (known from the Mailbox App).
MIT License
44 stars 14 forks source link

iOS8 crash #5

Open lidongyangLeo opened 7 years ago

lidongyangLeo commented 7 years ago

Only iOS8 crash, Cause Analysis clearActionsheet

    override func prepareForReuse() {
        super.prepareForReuse()
        clearActionsheet()
    }
xiongxiong commented 7 years ago

抱歉,最近在忙其他的项目,没有时间维护这个组件,可能需要你自己调试一下。

发自我的 iPhone

在 2017年8月15日,09:32,李冬阳 notifications@github.com 写道:

Only iOS8 crash, Cause Analysis clearActionsheet

override func prepareForReuse() {
    super.prepareForReuse()
    clearActionsheet()
}

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.