I\'m using XCode 4.2 and have built my UI using Storyboards. I need to create a view that has content above and below a UITableView and I can achieve this by using a UIViewC
You can make it dynamic and then switch of scrolling:
[yourTableName setScrollEnabled:NO];