创建cell时候不能获取已存在的cell。 [tabbleView cellForRowAtIndexPath:indexPath];这个不能用。 同时自定义cell不能用重写的 dequeueReusableCellWithIdentifier。
创建cell时候不能获取已存在的cell。
[tabbleView cellForRowAtIndexPath:indexPath];这个不能用。
同时自定义cell不能用重写的 dequeueReusableCellWithIdentifier。