rubymotion/BubbleWrap

View on GitHub
motion/ui/pollute.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Please, no more!  It'll hurt BubbleWrap's compatibility with other libraries.
[
  [UIControl,         BW::UIControlWrapper],
  [UIView,            BW::UIViewWrapper],
  [UIViewController,  BW::UIViewControllerWrapper],
].each do |base, wrapper|
    base.send(:include, wrapper)
end