Searching dictionary (NSDict) and displaying results Programming Software Development by Shane-dev Can anyone help me? I have created a dictionary with the contents of a plist(data.plist) file but now I cannot figure out how to search and display the contents. I have searched online for days and cannot get a resolution. Most tutorials show a pre-defined array being used but if I change it to my plist it crashes. Any help would be greatly … Re: Searching dictionary (NSDict) and displaying results Programming Software Development by rubberman You need to post your code before we can help you. Just generalities like you posted are not helpful to determine the cause of your problem. Re: Searching dictionary (NSDict) and displaying results Programming Software Development by Shane-dev Ah, okay. Sorry I didn't know whether or not that was frowned upon. // // ViewController.h // Search // // #import <UIKit/UIKit.h> @interface ViewController : UIViewController <UITableViewDataSource, UITableViewDelegate, UISearchDisplayDelegate> @end Here is my .m file as well… Re: Searching dictionary (NSDict) and displaying results Programming Software Development by Shane-dev Anyone have any idea on how I can get this running? Re: Searching dictionary (NSDict) and displaying results Programming Software Development by Shane-dev I guess thanks anyways. I will go ahead and create a new post to donate again to see if I can gain further attention.