Skip to content

Instantly share code, notes, and snippets.

@lprhodes
lprhodes / QuestionListView.j
Created March 15, 2011 05:33
A more clean but still broken version
/*
* AppController.j
* blah
*
* Created by You on March 15, 2011.
* Copyright 2011, Your Company All rights reserved.
*/
@import <Foundation/CPObject.j>
@lprhodes
lprhodes / Cappuccino Variable Row Error Example
Created March 15, 2011 04:48
An error with the CPTableView not displaying when first shown
@import <Foundation/CPObject.j>
@implementation QuestionListViewController : CPView
{
CPView view;
CPDictionary questions;
CPRect bounds;