DCCommentView
DCCommentView copied to clipboard
Crash
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
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.