An view like Medium Personal page for iOS
OTCover for ScrollView
OTCover for TableView
If you want to install manually, copy the OTCover .h and .m file to the project director.
for tableview
OTCover *test = [[OTCover alloc] initWithTableViewWithHeaderImage:[UIImage imageNamed:@"image.png"] withOTCoverHeight:200];
for scrollview
OTCover *testForScrollView = [[OTCover alloc] initWithScrollViewWithHeaderImage:[UIImage imageNamed:@"image.png"] withOTCoverHeight:200 withScrollContentViewHeight:3000];
see LICENSE file.