Merge branch 'master' of github.com:infinitered/rmq

This commit is contained in:
Todd Werth
2014-09-27 14:34:30 -07:00

View File

@@ -134,7 +134,7 @@ module RubyMotionQuery
raise "[RMQ Error] Event already exists on this object: #{event}. Remove first, using .off" if @event_set[event]
if rmqe = event_instance(view, event, block)
view.userInteractionEnabled = true if view.respond_to?(:userInteractionEnabled=) && view.isUserInteractionEnabled == false
view.userInteractionEnabled = true
rmqe.set_options(args) if rmqe.respond_to? :set_options