views:

19

answers:

1

Hi. can anybody tell me that how should I make permanently visible the UISearch bar in TableView. In my Application I have put search-bar on top of the table but when user scroll down search-bar disappear.

Please Help me Thanks in advance.

+1  A: 

Instead of making your search bar a subview of the table view, make it a subview of the table view's parent view, which is likely to be your view controller's view property.

Alex Reynolds