GiftAnimation icon indicating copy to clipboard operation
GiftAnimation copied to clipboard

请问这个demo有没有消除队列里面的view的部分

Open SL-Y opened this issue 8 years ago • 2 comments

你好,我是初学者,我看了好久这个demo,想请问下,你的demo里面有没有消除队列里面数据的部分,大量不停的new view会不会出现使内存过大

SL-Y avatar Jan 04 '17 09:01 SL-Y

你担心的这个问题是不存在的 ,GiftView中有个setViewCount方法,可以设置最多显示几个控件,我demo中是一共就显示两个控件,是在不停的复用,并没有去一直的new

yingshirun avatar Jan 04 '17 13:01 yingshirun

嗯嗯,谢谢

SL-Y avatar Jan 05 '17 01:01 SL-Y