All Projects → TactBoy → SPRCollectionView

TactBoy / SPRCollectionView

Licence: other
iOS:使用CollectionView实现Wallet效果

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to SPRCollectionView

Ehhorizontalselectionview
Horizontal table view style controller
Stars: ✭ 346 (+256.7%)
Mutual labels:  ios-ui, collectionview
YZChannelTag
仿写《今日头条》的tag选择页面
Stars: ✭ 53 (-45.36%)
Mutual labels:  collectionview
MyIOSDemo
模仿探探图片切换,自定义折线图,图片裁剪,微信朋友圈图片视频浏览,图片下载缓存,数量标记,爆炸动画,autolayout,线程安全
Stars: ✭ 58 (-40.21%)
Mutual labels:  ios-ui
ios-swift-uicollectionviewcell-from-xib
Create CollectionView Xib cell for UICollectionView using Swift 3
Stars: ✭ 12 (-87.63%)
Mutual labels:  collectionview
Pinterest-Application
Build an application like Pinterest in Swift 4
Stars: ✭ 31 (-68.04%)
Mutual labels:  collectionview
FocusOnXamarin
NET Conf: Focus on Xamarin samples
Stars: ✭ 55 (-43.3%)
Mutual labels:  collectionview
Pickme
iOS Picker for ninjas
Stars: ✭ 29 (-70.1%)
Mutual labels:  collectionview
UICollectionViewTutorial
UICollectionView系统学习以及自定义布局。
Stars: ✭ 35 (-63.92%)
Mutual labels:  collectionview
Leon
Leon is swift library to show and slid images with more gesture
Stars: ✭ 16 (-83.51%)
Mutual labels:  ios-ui
KNBannerView
无限循环图片轮播器:本地图片,网络图片,混合图片(本地+网络) , 适配SDWebImage5.0 . 动态修改背景色,屏幕旋转适配
Stars: ✭ 82 (-15.46%)
Mutual labels:  collectionview
JHCollectionViewFlowLayout
CollectionView horizontal layout,横向排版
Stars: ✭ 30 (-69.07%)
Mutual labels:  collectionview
FavFighters
Xamarin.Forms goodlooking UI sample using the new SwipeView.
Stars: ✭ 32 (-67.01%)
Mutual labels:  collectionview
StackViewLayout
Coming soon!
Stars: ✭ 26 (-73.2%)
Mutual labels:  ios-ui
UltraWeekCalendar
UltraWeekCalendar - Clean UI to select day through weeks
Stars: ✭ 29 (-70.1%)
Mutual labels:  ios-ui
BJAutoScrollingCollectionView
A very simple UICollectionView subclass which auto scrolls cells with a single method call.
Stars: ✭ 13 (-86.6%)
Mutual labels:  collectionview
CustomKeyboard
A simple and fast implementation of a custom numeric keypad. There is always a keyboard for you.
Stars: ✭ 20 (-79.38%)
Mutual labels:  ios-ui
CollectionViewDiffableGameDB
Game DB iOS App using iOS 13 NSDiffableDataSourceSnapshot to filter, sort, and search with animations
Stars: ✭ 17 (-82.47%)
Mutual labels:  collectionview
circularProgressBar
This repo contains a demo app for circularProgressBar.swift
Stars: ✭ 17 (-82.47%)
Mutual labels:  ios-ui
iconic-input
Beautiful Input components for React Native... <IconicTextbox/> and much more!
Stars: ✭ 22 (-77.32%)
Mutual labels:  ios-ui
InfiniteCarousel
💈Infinite Carousel Collection View
Stars: ✭ 67 (-30.93%)
Mutual labels:  collectionview

ios-spring-shrink-move-expand-collectionView

Support 

iOS:使用CollectionView实现Wallet效果

实现的效果

   

已知缺陷

  • collectionView顶端的Cell交换时,动画会不流畅,可能原因是cell执行交换动画时,不能正常加载即将要显示的cell,这个是由于cell置顶导致的.

    注释掉这行代码,效果就会很明显:

  if (self.isMoveing) { return; }  

  • 点击cell打开时,其他cell收起来的动画会很突兀

如果有什么好的解决方案, 欢迎提交pull request, 或者来简书一起讨论

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].