I have a tab bar and a search button on its toolbar. So now whenever the user clicks the search i would like a view to come up (presenetmodalviewcontroller) but present modal view controller covers entire screen is there any way that it covers only the present view (ie view in the current tab bar)? now how can I accomplish this?
thanks,
Tushar Chutani
So this is how I was able to do not the best code but it works What I have pretty much done is addsubview to a uiimageview (should have used UIWindow but who cares?)