For this requirement I used [self.veiw addSubView:myview];
Also I set the screen size for myview.frame=(0,40,320,400);
Header and footer sizes are 320x40.
It's working perfectly but the problem is when I present or navigate the views, it's not working: view size it adjusted like 320x480.
Any ideas what the cause of this problem could be?