prepareForReuse

// if the cell is reusable (has a reuse identifier), this is called just before the cell is returned from the table view method dequeueReusableCellWithIdentifier:. If you override, you MUST call super.

相当于viewWillAppear:需要做什么就应该比较清楚了。

你可能感兴趣的:(prepareForReuse)