iphone - NSClassFromString - doesn't work -


i'm trying use dynamic typing in obj-c, i've got following code , errors:

alt text

for me seems good, don't want work, ideas?

since not creating new instance (just retrieving one), there no need this. sufficient:

// if don't know exact class of cell, type common superclass of cells uitableviewcell *cell = [tableview dequeuereusablecellwithidentifier:@"rssitemcell"]; 

Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -