Customizing search bar in iPhone application Development

后端 未结 5 666
梦如初夏
梦如初夏 2021-02-06 17:34

In my application I have to add a search bar at the head of the tableview. I am able to add the searchbar but problem is without adding default search bar of ios can i add my cu

5条回答
  •  死守一世寂寞
    2021-02-06 17:59

    Yeah definitely. You can make your custom search bar (which is a sub-class of UIView) and add it as subview to the tableHeaderView.

提交回复
热议问题