[;Could not load NIB in bundle: 'NSBundle </Users/eo/Library/Application Support/iPhone Simulator/7.0.3-64/Applications/8B918D89-FC10-4E92-A2D7-2EE2995614E9/Test.app> (loaded)' with name 'dynamicCell'
That method call definitely attempts to load a nib:
Doing just this in my project (first try out, straight from the sample code):
results in this error:
That method call definitely attempts to load a nib:
I'd use another, but I don't see any
registerCellClassName
methods that don't ask for a nib.Is it possible to use this without nibs? Seems like it should be and that I'm probably doing something wrong...