views:

98

answers:

0

Hi,

I am working with the SearchTestController demo as part of TTCatalog in three20 and have found that if another TTTableViewController is called from the search screen (via URLs with TTNavigator) on the first view, the top row of the second tableview is concealed by the navigation bar. This only occurs when calling from the first View when the search screen is up (and the keyboard displayed, etc).

I have been able to 'address' this by adding

[self.tableView setContentOffset:CGPointMake(0,-40) animated:YES];

into the viewWillAppear on the second controller but this doesn't really solve the problem because when the tableview bounces it returns to a position where the first row is concealed.

Any advice/suggestions would be much appreciated here.

Thanks!