tags:

views:

29

answers:

1

Hi All,

I'm trying to add a subview on top of a table view but it isn't showing even when i try using bringtofront.

Any ideas?

Thanks!

A: 

How did you add the subview on top of the UITableView? By 'top' do you mean 'above' or 'in front of'?

Nick
Hi Nick,I'm trying to mimick yelp's search feature. They put a text box inside there navigation bar title and once clicked a "custom" navigation bar is presented. The custom bar looks like a nav bar but has three rows; one for the "find" text field and another for the "near" text field. Also, there seems to be some animation between the actual navigation bar and the custom bar. I tried to add it in the table view, but quickly found i need to use one of the parent controllers to do this...but i'm still a bit lost.would i add it to the UIWindow?Thanks!David
David Hsu