Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/yechunxiao19/OTCover

An view like Medium Personal page for iOS
https://github.com/yechunxiao19/OTCover

Last synced: 3 months ago
JSON representation

An view like Medium Personal page for iOS

Lists

README

        

OTCover
=======
An view like Medium Personal page for iOS

![Output gif](https://github.com/yechunxiao19/OTCover/blob/master/OTCoverForScrollView.gif)

OTCover for ScrollView

![Output gif](https://github.com/yechunxiao19/OTCover/blob/master/OTCoverForTableview.gif)

OTCover for TableView

Installation
======
If you want to install manually, copy the OTCover .h and .m file to the project director.

Usage
======
for tableview

OTCover *test = [[OTCover alloc] initWithTableViewWithHeaderImage:[UIImage imageNamed:@"image.png"] withOTCoverHeight:200 withTableViewStyle:UITableViewStylePlain];

for scrollview

OTCover *testForScrollView = [[OTCover alloc] initWithScrollViewWithHeaderImage:[UIImage imageNamed:@"image.png"] withOTCoverHeight:200 withScrollContentViewHeight:3000];

# LICENSE
see [LICENSE](LICENSE) file.