Guest User

Untitled

a guest
Oct 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Teacup::Stylesheet.new(:iphone) do
  2.  
  3. # enable orientations on the root view
  4. style do
  5. left 0
  6. top 0
  7. width 320
  8. height 480
  9. backgroundColor :lightyellow.uicolor
  10. portrait true
  11. upside_down false
  12.  
  13. only :ipad, :landscape do
  14. backgroundColor :pink.uicolor
  15. end
  16. end
  17. end
Add Comment
Please, Sign In to add comment