¡@

Home 

2014/10/15 ¤U¤È 10:10:37

iphone Programming Glossary: isauto

How to save nsdictionary of a subview to a mainview based off tableviewcell selection

http://stackoverflow.com/questions/7922305/how-to-save-nsdictionary-of-a-subview-to-a-mainview-based-off-tableviewcell-sele

I am currently parsing some xml that looks like this Rows Row MANUFACTURERID 76 MANUFACTURERNAME Fondont ISMANU F ISAUTO F Row MANUFACTURERID 18 MANUFACTURERNAME Anti ISMANU T ISAUTO T Rows I parse it so that there is an array of dictionaries.. Row MANUFACTURERID 76 MANUFACTURERNAME Fondont ISMANU F ISAUTO F Row MANUFACTURERID 18 MANUFACTURERNAME Anti ISMANU T ISAUTO T Rows I parse it so that there is an array of dictionaries each dictionary has the four values of the Row in it . I then.. to this view from the parent view cell selection enabling me to pass different data sets to this view Filter results ISAUTO T NSPredicate predicate NSPredicate predicateWithFormat @ K like @ @ ISAUTO @ T NSArray filteredArray myDataArray filteredArrayUsingPredicate..