XDMultTableView
XDMultTableView copied to clipboard
自定义cell和左滑删除
创建cell时候不能获取已存在的cell。 [tabbleView cellForRowAtIndexPath:indexPath];这个不能用。
同时自定义cell不能用重写的 dequeueReusableCellWithIdentifier。