I\'m try to emulated something just like the \"new message\" page in Apple\'s mail app on the iphone. I\'ve implemented it with a tableview and I\'ve successfully gotten the \"T
I would recommend using a UIScrollView yourself instead of a UITableView. UITableView isn't really built to support such a thing.