1. 自定制的cell在复用后autoLayout约束失效
解决办法: 确定约束没问题后, 在- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath方法中调用[cell layoutSubviews]方法
解决办法: 确定约束没问题后, 在- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath方法中调用[cell layoutSubviews]方法