效果图(真机效果好一点.毕竟gif)tableView角度旋转动画.gif-(void)tableView:(UITableView*)tableViewwillDisplayCell:(UITableViewCell*)cellforRowAtIndexPath:(NSIndexPath*)indexPath{CATransform3Drotation;
rotation=CATransform3DMakeRotation((90.0*M_PI)/180,0.0,0.7..
分类:
其他好文 时间:
2017-02-15 11:04:40
阅读次数:
170
新建一个类:CellDisplay:NSObject 在tableview的协议方法中调用即可: Ok... ...
分类:
其他好文 时间:
2016-09-10 08:59:35
阅读次数:
130
//滑动过程中 - (void)scrollViewDidScroll:(UIScrollView *)scrollView { // NSLog(@"000 %ld",ysetoLoad); UICollectionView *ta = (UICollectionView *)scrollView ...
分类:
其他好文 时间:
2016-03-31 12:25:47
阅读次数:
135
下载地址:https://github.com/xietao3/UITableViewCellAnimationDemo...
分类:
移动开发 时间:
2015-07-17 16:06:51
阅读次数:
108
一个UICollectionView有好多个cell,滑动一下,谁也不知道会停留在哪个cell,滑的快一点,就会多滑一段距离,反之则会滑的比较近,这正是UIScrollview用户体验好的地方。如果想要UICollectionView停留到某个cell的位置,可以用- (void)scrollToI...
分类:
其他好文 时间:
2015-06-19 16:36:16
阅读次数:
43145
滑动删除、通过一个按钮控制删除、替换滑动出的deleteUITableVeiw Delete1. 直接滑动删除-(BOOL)tableView:(UITableView*)tableViewcanEditRowAtIndexPath:(NSIndexPath*)indexPath{ returnYE...
分类:
其他好文 时间:
2015-01-08 17:30:26
阅读次数:
159