ios 更新后 ,如果你的cell上的控件是加载在self上而不是加载在self.contentView上的话,所有点击事件都将被contentView拦截,contentView会在所有控件之上的,解决办法是[self.contentView addSubview:btn]
ios 更新后 ,如果你的cell上的控件是加载在self上而不是加载在self.contentView上的话,所有点击事件都将被contentView拦截,contentView会在所有控件之上的,解决办法是[self.contentView addSubview:btn]