views:

30

answers:

2

hi,

Is it possible to change the iphone contact application kind of screen to have the searchbar staying on the top always ? if yes how ?

A: 

Check out the answer to this question.

In the future, please use the search functionality on StackOverflow before posting your question.

Thanks!

Stelian Iancu
sorry this did not help me. My question is to make the search bar stay on the top
thndrkiss
A: 

hi,

I found out the way to do it.

here it is

  1. pull the table view to a separate view
  2. place the search bar first and then the table view in the new separate view
  3. create a iboutlet for table view and connect the same.
  4. make appropriate changes for tableview delegate.
  5. Change the measurments of the uitableview added to the new tableview.
thndrkiss