3

I'm trying to create a custom tableviewcell within a view. Specifically, I want to display an image and labels above my table. I'm also using the tab bar at the bottom. All the sample code I'm finding uses a 3 nib approach: 1 rootviewcontroller, 1 mainwindow, and 1 with the custom table cell in it. I don't see how to load the custom view nib into a window that has other stuff in it. Sorry for the long question everyone! Thanks!

1 Answer 1

2

This article explains how to load a custom table cell from a NIB file. It's pretty easy once you see how it's done.

Sign up to request clarification or add additional context in comments.

1 Comment

Yes, i have a basic app working now. On some of the more complex interfaces that I'm trying to create I am still having trouble adding more than one section of tableview at a time. Meaning when I want to list details x,y,and z on the top half of the screen and display 3 unrelated lists from other tables on the bottom half of the screen. I ordered a couple more advanced books. I'll post what I find out. Thanks again!

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.