UICollectview一般运用

来源:互联网 发布:outdoorvoices淘宝 编辑:程序博客网 时间:2024/05/21 08:01

//取消选择状态   

 [collectionView deselectItemAtIndexPath:indexPathanimated:YES];

 cell.selectionStyle =UITableViewCellSelectionStyleNone;



 //点击的那一个cell滑到中间

    [tableView scrollToRowAtIndexPath:indexPathatScrollPosition:UITableViewScrollPositionMiddleanimated:YES];


0 0
原创粉丝点击