CWCarousel icon indicating copy to clipboard operation
CWCarousel copied to clipboard

项目内的自定义CWPageControl,有句代码回造成循环调用,死锁

Open eryuxinling opened this issue 2 years ago • 0 comments

  • (NSInteger)currentPage { return self.currentPage; /// 此处应该修改为:return self.myCurrentPage; } 否则在CWPageControl.m其他地方调用:self.currentPage会造成循环调用。

eryuxinling avatar Apr 29 '22 02:04 eryuxinling