Mark Rickert
2d879e0cc0
Move remote_image functionality to a UIImageView class extension.
2015-03-03 16:09:54 -06:00
Gant
b51046d5ea
fix by defining new method
2015-03-02 15:22:47 -06:00
Mark Rickert
77b06c92be
Adds remote_image styler for UIImageView
...
Documentation in readme.
2015-02-27 18:40:26 -06:00
Todd Werth
aa19b198a1
Moved all the ext into /ext. Renamed color. A few other minor tweaks. Bumped version #
2014-12-23 20:37:07 -08:00
David Larrabee
f5175a1528
Adds CDQ
...
* This required having the ext.rb file to be split up because when cdq
was included, we were then compiling the RedPotion extension for RMQ
before the RMQ version (thus RMQ was overwriting our rmq_build
method
2014-12-22 15:17:30 -05:00
David Larrabee
f6551f9a5f
Expanded test coverage, splat even args
2014-12-21 10:00:24 -05:00
David Larrabee
dc9c529ae5
Adds off to UIView
2014-12-20 12:21:24 -05:00
Todd Werth
376030738f
Added Object#device
2014-12-17 18:55:59 -08:00
Todd Werth
982d028a94
Fixed a problem with auto_rotate. Created example controller
2014-12-09 20:09:33 -08:00
Todd Werth
848e70c8f3
Change viewDidLoad to work with Screens, controllers made into screens, and plain controllers. I also monkey patched viewDidLoad, I'm not sure but I'm guessing us overriding that like that would be a problem (but I'm not sure)
2014-12-09 19:53:26 -08:00
David Larrabee
3c23a33db5
Stop duplicate calls to on_load
2014-12-09 22:02:31 -05:00
Todd Werth
295a80c608
Added temp table stuff until ProMotion adds it. Added in all the base methods for UIViewController so when using a controller as a screen you don't have to add this. Added example table in the app. Added wrapper willAnimateRotationToIntefaceOption -> will_animate_rotate
2014-12-08 12:20:31 -08:00
Todd Werth
0b39d8eaf3
This may be required also to fix the weird Edge bug
2014-12-08 09:57:55 -08:00
Todd Werth
0e6e3d03ad
I think I fixed the weirdness of Gant's and not being able to use the Edge version
2014-12-08 09:52:16 -08:00
Todd Werth
8a091a6ce4
Added image, and stylesheet to UIView and UIViewController. Tests coming later (sorry I need this right now)
2014-12-07 14:22:34 -08:00
David Larrabee
00b88eb491
Fire on_styled if rmq_style_applied is not defined
2014-12-06 01:05:46 -05:00
Todd Werth
015c7bfc1e
Changed MainStylesheet name. Added on_load to UIViews, which is basically an alias for rm_build, although you can only use one or the other. Added view template
2014-12-05 16:48:26 -08:00
Todd Werth
6fb108d980
Save 1 method invocation
2014-12-05 16:04:49 -08:00
chunlea
37eb0a7c8f
In order to make append syntax works on all type of ProMotion Screen, like TableScreen, it should be extend under ProMotion::ScreenModule not ProMotion::Screen
2014-12-02 14:44:22 +08:00
David Larrabee
d2d18d5526
Adds .font to screen and view
2014-11-24 20:58:44 -05:00
David Larrabee
f9822e9fe8
Defer to the view for rmq interactions
2014-11-24 20:50:30 -05:00
David Larrabee
798e01fb21
Adds .color to screen and view
2014-11-24 20:50:20 -05:00
David Larrabee
1e019bff01
Adds test coverage on screen; fixes bug in build
2014-11-24 13:41:36 -05:00
David Larrabee
e70f54b129
Adds test coverage, properly pass blocks
2014-11-22 07:23:27 -05:00
Todd Werth
d475f8cae5
Changed main controller to home screen. Added a bunch of changed to RMQ to integrate. Added other ext to UIView, PM::Screen, and UIViewController. Added stylesheet command, see HomeScreen
2014-11-17 13:44:24 -08:00