How-To: Resolve _CGRectZero Errors developing for iPhone
If you are getting compile time errors regarding _CGRectZero in the UITableViewController, it’s probably because you don’t have the Core Graphic Framework included in your project. To resolve this problem, try the following steps: In your project, expand the “Targets” section Double click on the name of your application A window will popup. Click the [...]
