ios开发-使用tableView制作轮播图

转载请注明出处:
http://www.jianshu.com/p/01d5aba5dd68

在实际开发中,或许也有人有我这样的疑惑,想利用tableView Cell的重用机制,去更佳优化app的内存,就会想到这方面的性能优化。
在网上查询了下,很少看到关于tableView轮播器的相关资料,干脆的自己写了一个希望大家喜欢

tableScrollViewPage
Use a table view do the picture carousel device, 
the use of infinite loops and cell multiplexing 
and better performance, like please point star, thank you

使用tableView表格视图 做的 图片轮播器 , 使用了无限循环 和 cell复用,
tableView性能大家都知道,已经进行了封装,只需根据需求进行简单改动,
喜欢请点星,谢谢

tableScrollViewGif.gif

github地址 https://github.com/ChinaArJun/TableScrollViewPage

你可能感兴趣的:(ios开发-使用tableView制作轮播图)