matsune / YMCalendar

Monthly event calendar framework for iOS
MIT License
218 stars 23 forks source link

deinit is not called #16

Open vishaldroisys opened 1 year ago

vishaldroisys commented 1 year ago

deinit is not called becuase of below line:

self.weekYMView.appearance = self // weekYMView was taken as weak

Thanks in advance.