mbigatti / BMXSwipableCell

A custom UITableViewCell that supports swipe to reveal (similar to iOS7 Mail App)
MIT License
139 stars 27 forks source link

Fix retain cycle in BMXSwipableCell #23

Closed msanders closed 9 years ago

msanders commented 9 years ago

BMXSwipableCell was causing excessive memory usage in our app. Changing this property to weak fixed it.

mbigatti commented 9 years ago

thanks for the fix!