There are a lot of times where we want to use custom table view cells to display data in a UITableView. The most common way to do this is to create the cells we want inside the Nib that contains the UITableView controller and assign each of the custom cells an outlet so we can access them directly.
But what if we want to use the same cells across multiple table views that reside in different Nib file...


No comments yet, be the first one to post comment.