wangluhui / shopCartDemo

a shopCartDemo with animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shopCartDemo

如果是UICollectionView,要获取cell中view相对屏幕的frame的方法为: // imageView为目标view,cell的subView; cell为UICollectionViewCell; CGRect imageVRect = [cell convertRect:imageView.frame toView:cell]; CGRect realRect = [cell convertRect:imageVRect toView:self.view];

加入购物车的动画效果: GIF

About

a shopCartDemo with animation


Languages

Language:Objective-C 100.0%