spec/helpers/home_screen.rb in ProMotion-1.0.4 vs spec/helpers/home_screen.rb in ProMotion-1.1.0.rc1
- old
+ new
@@ -8,6 +8,12 @@
end
def on_return(args={})
end
+ def subview_styles
+ {
+ backgroundColor: UIColor.greenColor
+ }
+ end
+
end