ios 7 customizing UITableViewCell's content view
问题 Using storyboard in ios7 the content view is explicitly viewed under the Table View Cell in the story board editor (opposed to previous versions where it was hidden from the interface). The problem is that I cannot connect the cell's custom elements to my custom cell's ib outlets anymore (subclass of UITableCellView ) and can only connect them to the table's content view ( UIView ) which CANNOT be customized (i.e. its custom class attribute is grayed) This leaves me with the option to use