lib/strategies/strategies.rb in motion_bindable-0.2.2 vs lib/strategies/strategies.rb in motion_bindable-0.2.3
- old
+ new
@@ -4,9 +4,13 @@
::MotionBindable::Strategy.register_strategy(
MotionBindable::Strategies::UITextField,
::UITextField
)
::MotionBindable::Strategy.register_strategy(
+ MotionBindable::Strategies::UILabel,
+ ::UILabel
+ )
+ ::MotionBindable::Strategy.register_strategy(
MotionBindable::Strategies::Proc,
::Proc
)
end