renesteg
renesteg

Reputation: 571

Space between tabBar and searchBar of my UITableView

I have two UITableViews and both show a space of about 30 px between the tabBar and the searchBar of the tableView. The XIB in Interface Builder, looks good though, no space has been defined there. Any ideas?

Upvotes: 0

Views: 172

Answers (1)

Dipen Chudasama
Dipen Chudasama

Reputation: 3093

you need to set frame of both.

Upvotes: 1

Related Questions