Skip to content

a758209678/XXAutoScrollView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

文字图片滚动,自定义cell样式。

DemoGif

image

//这里替换成你想滚动的cell

-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {

CCCoinIncomeCell *cell = [[CCCoinIncomeCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:@"cell"];

CCCoinIncom *item = self.titles[indexPath.row];

cell.coinIncom = item;

cell.selectionStyle = UITableViewCellSelectionStyleNone;

return cell;

}

//实现代理方法

-(void)didSelectAutoScrollView {

NSLog(@"1");

}

About

图片文字滚动,自定义样式。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published