hi guys, i have some string date which is coming from xml RSS feed. what I want to do is to add these string into nsarray. the code is
NSString *headline=[[blogEntries objectAtIndex: blogEntryIndex1] objectForKey: @"title"];
now i want to store this string into nsarray. as i am implementing searchbar in uitableview can anybody help me please.
Thanks in advance
hey guys I have done it the code is
NSArray *theArray = [headline componentsSeparatedByString:@","];