KDCycleBannerView
KDCycleBannerView copied to clipboard
there is a memory leak
in -autoSwitchBannerView
method, performSelector:withObject:afterDelay
will retain self, and cause a memory leak.
Tkx, you can pull a Pull Request