I need to implement a scrollView below a tableView (not inside, i know that apple not recommend to do that). Look at the picture (needed area is black rectangle)
http://img683.imageshack.us/img683/2071/screenshot20110805at527.jpg
What you recommend to do ?
Should i add scrollView like a subview to current view ?
Why would you use a scroll view there, can’t you just insert a view in the tabelView tableFooterView property.