| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
###Description
Resembled datasource and delegate of UITableView, and mainly intended to make a display in the waterflow way of Pinterest. Each cell could be simply initialized with cellAtIndexPath way.
###Different Versions
###DataSource ####For WaterflowView(New) When to load data for WaterflowView, (or not to load), should be decided in the delegate method
- (void)flowView:(WaterflowView *)_flowView willLoadData:(int)pageWaterflowView detects every scroll-to-bottom, and the delegate will "decide" for WaterflowView if it should reloadData or reloadFailed.
This follows the datasource and delegate of UICollectionViewLayout.
###License This is available under the MIT license.
###NEW The Swift Version has the basic UICollectionView implementation but has not yet been fully compeleted. Test and learn only. Have fun forking.
| Back | FazBrowse Home | New Git URL |