Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

hellozimi/CellFold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#CellFold

CellFold, UITableView+HCFoldTableView, is a category for UITableView which gives your UITableView some 3D feeling and perspective.

This project is totally inspired by soulwire's JavaScript project FoldScroll.

##Usage

First, import QuartzCore in Build Phases

Second, import UITableView+HCFoldTableView.h in the controller where you're using a UITableView

Third, you need to implement UIScrollViewDelegate -(void)scrollViewDidScroll:

- (void)scrollViewDidScroll:(UIScrollView *)scrollView {
    // Makes it work
    [self.tableView scrollViewDidScroll:scrollView];
}

Preview

Cheers!

About

A UITableView Category which 3d transforms the appearing/disappearing cells. Inspired by FoldScroll: https://github.com/soulwire/FoldScroll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published