Ali
Ali

Reputation: 11560

How to implement a UICustomSearchBar in a UITableViewController?

I need help in implementing UICustomSearchBar in UITableViewController.

Upvotes: 0

Views: 816

Answers (1)

Sudhanshu
Sudhanshu

Reputation: 3960

@Ali i would like to suggest you in this situation,that instead of making custom UICustomSearchBar drag and drop the UISearchBar which contains search Display Controller in your Xib of UITableViewController from the library ....and put it above the UITableView it will auto adjust himself...reason i am suggest you this is in UITableViewController class the whole view is covered by table....so custom searchBar will create some problem on that....this is what i analyse and done in my App

Upvotes: 1

Related Questions