Quick fix for TableViewCellSubviews sample project
Posted on : 02-06-2009 | By : Lane Roathe | In : Development, iPhone
Tags: Apple, Code, Sample
0
Symptom
- The Sample Code for
TableViewSuite, example 4 TableViewCellSubviews has an incorrect project setting that prevents running the sample in release.Problem
- The problem is due to the TableViewCellSubviews project referencing the application as
CustomTableViewCell instead of TableViewCellSubviews.Solution
- FIX: edit the .pbxproj file for TableViewCellSubviews, and replace all instances of
CustomTableViewCell with TableViewCellSubviews.



