ios - TableViewController Calls Parser message but doesn't work -



ios - TableViewController Calls Parser message but doesn't work -

i'm writing xml feed reader , viewcontroller isn't messaging parser properly.

i have print statement in parsefeedwithresults message isn't printing , items remains null after call.

i made dummy message in parser class made print when called , doesn't print either.

what's issue?

- (void)viewdidload { nslog(@"at viewdidload"); [super viewdidload]; self.title = @"feeds"; [self loaditems]; [parser testmessage: kfeedurl]; } - (void)loaditems { nslog(@"at loaditems"); self.items= [parser parsefeedwithresults:[nsurl urlwithstring:kfeedurl]]; nslog(@"passed parser initialization, parse: %@", self.items); }

ios objective-c rss-reader

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -