I have 5 tabs in my iphone app, each tab have different viewcontrollers
inside and I want to show & hide one common view
(not viewcontroller
) for all tabs and viewcontrollers
.
I can make one common class for that, then how can i show the view from different classes by setting its frame .I have tried by presenting a common viewcontroller
and a view inside it, but when i trying to show it, it shows a black screen, Please help me. Thanks.