标签:addSubView

为什么本人在table view cell中添加的按钮不显示

为什么本人在table view cell中添加的按钮不显示

这是本人的代码: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {     static NSString *CellIdentifier = @"Cell";     UITableViewCell……