DCCommentView icon indicating copy to clipboard operation
DCCommentView copied to clipboard

Crash

Open gsabanti opened this issue 7 years ago • 1 comments

Terminating app due to uncaught exception 'CALayerInvalid', reason: 'layer <CALayer: 0x60000002b860> is a part of cycle in its layer tree'

It crashed on this line: self.view.addSubview(commentView)

My view controller is UITableViewController subclass

gsabanti avatar Mar 04 '17 16:03 gsabanti

I honestly haven't looked at this code in years, but if my memory serves, it won't work with a UITableViewController due to the way it is implemented.

daltoniam avatar Mar 29 '17 01:03 daltoniam