Created
November 30, 2010 02:42
-
-
Save ejknapp/721054 to your computer and use it in GitHub Desktop.
load a cell from a nib
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[NSBundle mainBundle] loadNibNamed:@"NewShinyCell" | |
owner:self options:NULL]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment