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

Tests and a fix for BW::UIBarButtonItem with blocks leaking #330

Closed hboon closed 10 years ago

hboon commented 10 years ago

Tests and a fix for UIBarButtonItem with blocks leaking even if BubbleWrap.use_weak_callbacks=true. Related to: #324

clayallsopp commented 10 years ago

Great, thanks!