Skip to content

noppefoxwolf/NFXRippleCell

Repository files navigation

#NFXRippleCellDemo

UItableviewCell get ripple effect.

##Demo

##Usage Import and replace UItableViewcell

#import "NFXRippleCell.h"
-(UITableViewCell*)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
    NFXRippleCell*cell = [[NFXRippleCell alloc] initWithStyle:0 reuseIdentifier:@"cell"];
    cell.textLabel.text = @"Touch and Ripple.";
    return cell;
}

About

UItableviewCell get ripple effect.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published