I\'ve got three different UITableViews, each in it\'s own view, accessed via tabs. All three tables would ideally share the same custom UITableViewCell class and .xib file.
The checked answer to this question discusses two approaches to load custom table cells from nib files that do not require to set the File's Owner to your specific controller. These approaches let you reuse cells with different owners.