0

Previously i've been able to design the basic look of the UITableView protoype cell in interface builder by dragging objects onto it etc.

I'm trying to do this now with the iPad master detail template but interface builder won't allow it.

I know it can be done programmatically or by creating a seperate .xib but it makes sense to do it this way as it's much more intuitive being able to see how it will look in the actual table view.

Previously

Now

1 Answer 1

0
  • Click on the prototype cell.
  • Open the Attributes Inspector (option+�?+4)
  • Under the Table View Cell section, change the style to Custom.

Now you can drag whatever object you like onto the cell.

1
  • Damn that little sucker was hidden behind a collapsed Table View Cell section in the attributes inspector.
    – TijuanaKez
    Commented Feb 28, 2013 at 0:44

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.