nicklockwood / iCarousel

A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS
http://www.charcoaldesign.co.uk/source/cocoa#icarousel
Other
11.99k stars 2.58k forks source link

Delegate and Datasource should be weak? #904

Open lyantrux opened 2 years ago

lyantrux commented 2 years ago

Anyone using this library be sure to fork the project and change it otherwise you'll end up with retain cycles.

nicklockwood commented 2 years ago

@lyantrux they are already marked as weak (See weak_delegate macro)