Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

UICollectionView及其新功能drag and drop

UICollectionView自iOS 6引入以来,其功能也是不断丰富的:

  • iOS 9中为集合视图添加了交互式重新排序功能。
  • iOS 10中为集合视图添加了预加载cell数据功能,这在获取cell内容非常耗时(例如网络请求)的情况下非常有用。
  • iOS 11增加了系统范围的拖放操作drag and drop,让用户可以快速简单的将文本、图像和文件从一个app移动到另一个app。

详细介绍查看下面文章:

https://github.com/pro648/tips/wiki/UICollectionView及其新功能drag-and-drop

系统要求

iOS 11.0+