rubymotion-community / BubbleWrap

Cocoa wrappers and helpers for RubyMotion (Ruby for iOS and OS X) - Making Cocoa APIs more Ruby like, one API at a time. Fork away and send your pull requests
Other
1.18k stars 208 forks source link

Clarified documentation on strong references #415

Closed buffpojken closed 9 years ago

buffpojken commented 9 years ago

For beginners, the documentation is not clear that even when only using when_tapped and friends and not using UIControl#when - use_weak_callbacks is required to prevent leaks.

clayallsopp commented 9 years ago

:+1: makes sense to me, will eventually be defaulted to true