Skip to content

rFlex/EKStreamView

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is up to date with ekohe/EKStreamView:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

EKStreamView renders a number of columns containing multiple cells by reusing the cell views whenever possible, similar to UITableView. It's fast even you have hundreds of cells since only a small number of cells are actually created.

EKStreamView

Usage

Copy EKStreamView.h and EKStreamView.m to your project. This class is ARC-enabled. You must build it with ARC.

Implement the required methods in EKStreamViewDelegate protocol, and implement the optional ones optionally. This class acts very similar as UITableView. However, in a UITableView, your cell should subclass UITableViewCell, while in EKStreamView, your cell is only required to conform to the protocol EKResusableCell to provide a reuse ID.

About

A scrolling view of a number of columns containing multiple cells with variable different heights for iOS, inspired by Pinterest.

Resources

License

Stars

Watchers

Forks

Packages

No packages published