motion/core/ios/device.rb in bubble-wrap-1.3.0 vs motion/core/ios/device.rb in bubble-wrap-1.4.0
- old
+ new
@@ -53,7 +53,12 @@
# Delegates to BubbleWrap::Screen.orientation
def orientation
screen.orientation
end
+
+ # Delegates to BubbleWrap::Screen.interface_orientation
+ def interface_orientation
+ screen.interface_orientation
+ end
end
end
\ No newline at end of file