CWTableCollectionView
使用Swift語言的tableView、collectionView分別使用nib和純代碼實現(xiàn)列表效果
Githup地址:https://github.com/jinweicheng/CWTableCollectionView
1、 tableView_Nib(tableView的nib實現(xiàn))
tableView_Nib.png
2、tableView_Code (tableView的代碼實現(xiàn))
tableView_Code.png
3、collectionView_Nib (collectionView的nib實現(xiàn))
collectionView_Nib.png
4、collectionView_Code(collectionView的代碼實現(xiàn))
collectionView_Code.png