72 Commits

Author SHA1 Message Date
Gant Laborde
757433581d modified readme
mostly just to kick off Travis again, but also to fix a few small things.
2014-11-24 08:46:08 -06:00
Todd Werth
027f0dd470 More tweaks of custom styler feature 2014-09-27 11:39:39 -07:00
Todd Werth
5273a5be83 Updated README 2014-06-19 23:25:57 -07:00
Todd Werth
86d6061bcd Merge pull request #62 from thinkclay/patch-1
Update README.md
2014-06-12 08:55:42 -07:00
Alexander Ross
adeb08fa78 Minor update of readme
Removes duplicated word 'documentation'
2014-06-08 20:31:12 +02:00
Alexander Ross
ef35f39a88 Minor update to readme
Changes qoutes in Gemfile example to single qoutes which is valid when
one do copy and paste.
2014-06-07 21:09:14 +02:00
Clayton McIlrath
036fd4076e Update README.md
Small fixes to readme.
2014-05-28 12:22:57 -07:00
Todd Werth
baf7c249a3 Readme update 2014-05-28 07:06:30 -07:00
Todd Werth
12ab740778 Updated Readme 2014-05-23 17:33:33 -07:00
Todd Werth
f769cbbd3b Update README 2014-05-23 17:19:44 -07:00
Todd Werth
0da37daf50 Local merge issues 2014-05-09 18:23:39 -07:00
diogoandre
47bbe27a56 Enable overriding options for animations 2014-05-09 16:34:07 -03:00
Todd Werth
fec6c15c41 Merge branch 'master' into 2014_04_16_rect 2014-05-09 10:09:45 -07:00
Steve Kellock
7c26812a5d Specs for swipe events. 2014-05-08 19:04:53 -04:00
Todd Werth
d8e56324cd Tweaks 2014-05-05 21:03:05 -07:00
Todd Werth
6902eec054 Added append! and create! methods, which return the view without using .get 2014-05-04 23:46:14 -07:00
Todd Werth
f7d5308b5c Added to readme for new animate feature and added a test 2014-05-04 23:27:04 -07:00
Todd Werth
461d4e5a39 Undeprecated weak_ref_to_strong_ref, this is still needed. Added is_object_weak_ref?. Mod'd RubyMotionQuery::RMQ.weak_ref to not create a weak_ref of a weak_ref. It seems that RubyMotionQuery::RMQ.weak_ref is still needed. I submitted a bug report for RM. Removed the workaround on "weak_ref_is_same_object?" it entirely in later release. 2014-05-03 22:49:45 -07:00
Robert Malko
f4b49fd39c use UIApplication.sharedApplication.statusBarOrientation 2014-04-16 17:17:54 -04:00
Todd Werth
d1ed96c219 Allow from_right and from_bottom when setting a frame or in layout 2014-04-14 17:16:06 -07:00
Todd Werth
b42fbd54ee Readme update 2014-04-14 15:01:47 -07:00
Todd Werth
c8723653f9 Updated readme 2014-04-09 18:53:17 -07:00
Todd Werth
5531d72f77 Updates to readme. Deprecated weak_ref_to_strong_ref 2014-04-07 09:30:30 -07:00
Chris Lerum
9f2a7805f2 update README; should rbenv rehash before using the executable, not after 2014-03-11 21:23:06 -04:00
Todd Werth
f3b9819e47 Updated README, fixed and added to command-line tool section 2014-03-11 14:25:32 -07:00
Todd Werth
c33124534f Updated README, added info on images, changed formatting a bit 2014-03-11 11:36:11 -07:00
Todd Werth
aae54ba29b Readme update 2014-03-05 19:55:19 -08:00
Todd Werth
daf1058938 Added some documentation. Added .layout to position, .move and .resize now alias .layout 2014-03-05 19:25:27 -08:00
Todd Werth
ab4b1fafde Documented .distribute 2014-03-03 17:03:39 -08:00
Mark Rickert
a7d6e24f2b Modify readme for better reference 2014-02-22 09:25:21 -05:00
Todd Werth
f6d8c9f4db Fixed image issue in Readme - one more time :-( 2014-02-16 16:51:18 -08:00
Todd Werth
edf1ffc20f Fixed image issue in Readme 2014-02-16 16:40:22 -08:00
Todd Werth
5a3f3c834b Fixed image issue in Readme 2014-02-16 16:37:15 -08:00
Todd Werth
51eb28b5a8 Added template for a UITableView: rmq create table_view_controller bars 2014-02-16 15:45:42 -08:00
Todd Werth
1ff271dd0d Updated version and gemspec 2014-02-08 14:37:12 -08:00
Todd Werth
74981b560a Deprecated RubyMotionQuery::RMQ.weak_ref 2014-01-20 10:40:20 -08:00
Jon Austin
202caf7c4f small spelling fixes 2014-01-12 14:02:57 -08:00
Todd Werth
296c197bff Fixed minor styler bug. Added badge to readme. Updated rake gem 2014-01-05 17:14:50 -08:00
Todd Werth
f1d63dfdc4 Added Gem Version badge to readme 2013-12-18 08:38:24 -08:00
Todd Werth
f76ca70b34 Changed .end to .back. I can't believe I named a method "end", sigh. 2013-12-18 08:29:16 -08:00
Todd Werth
8d60a20189 Unambiguitating some code in factory, image, etc 2013-12-18 08:29:16 -08:00
Todd Werth
11bdf11759 Readme update 2013-12-13 23:48:41 -08:00
Todd Werth
a8d107eef1 Switched weak refs to RMQ's new weak ref. Fixes bug too. 2013-12-08 11:02:05 -08:00
Todd Werth
8e2e714b71 Finished v0.5, new view_controller system. Beta testing now. 2013-12-06 22:18:35 -08:00
Todd Werth
68ecf0245a Merge branch 'master' of github.com:infinitered/rmq 2013-12-05 20:09:47 -08:00
Todd Werth
fd2f075278 Implemented the new view_controller system. Specs passing now. I need to updated the readme and some of the rdocs. The new view controller system allows you to just call rmq in any object and most of the time it does the right thing; no more problems calling rmq in parentless cells. I still need to create the create_factory method for collectionviews 2013-12-05 20:09:14 -08:00
Eric
ea36a0ccd9 Fixed problems with README.md
[tableView: cellForRowAtIndexPath] should return UITableViewCell instance
2013-11-14 15:23:16 +08:00
Josh Smith
af34041170 Update the README to include accurate information how to use cell_identifier in rmq.create 2013-10-24 11:00:01 -07:00
Todd Werth
d5be4c183f Updated UICollectionView template 2013-10-22 11:38:15 -07:00
Todd Werth
29f7cc1d39 Added collection_view_controller template, color.random, updated readme 2013-10-19 21:42:28 -07:00