Hi everyone. I am currently working on an app where your are being presented with a Drill Down Table View consisting of names of common OSX applications. The table view is being populated with a plist file and leads to a detail view. I want to have a detail view for each application to explain the uses of the it, so the information in each detail view has to be different, but the layout can be the same. I know I can design the interface with labels to hold the information, but I just do not know how to populate the labels in the detail view with the information from the plist file. Can this be done simply with IB Outlets? If so, than how? Any kind of help will be greatly appreciated!