tags:

views:

516

answers:

1

hi iam new to iphone sdk and i want create a search bar for my table view ... for creating my cells i use .plist .

can you help me step by step how can i mange it .

here is my sample code : [for everyone wants help me quickly]:

http://rapidshare.com/files/340551323/Ghazal_3.zip.html

+1  A: 

I have used this tutorial earlier, it explains the approach very clearly

RickiG
i saw that website but its complex ! have you any tutorial ?
Momeks
I was also completely new with the iPhone SDK when I found the above tutorial. It is not a simple subject. Lots of states and different data to keep valid.With the UISearchBar documentation in one hand, this tutorial in the other and a notebook and some coffee on the table you should be able to get through it. :)If you run into concrete problems, ask them here and describe them in detail. If you only post the amount of info you did above, I can only give answers as *read this tutorial*. It is hard to figure out what you are having trouble with and what your level of programming is. :)
RickiG
thank you for Consolation :D . yeah i know that is great tutorial but i used plist to create my cells and idon't have cell header and ... my project is very simple !
Momeks
You'll need to put the plist values into an NSDictionary or NSAarray anyways if you want to search them. The header does not make any different. You don't search the cell's you search the UITableViews datasource.Again, there is no plug'n play solution to something like this. Start out, get stuck and then ask a specific question.
RickiG