Jamon Holmgren
0a9e89fa48
Merge pull request #593 from satoyos/avoid_longpress_crash
...
Avoid Crash in longpressable TableScreen
2015-01-14 08:32:14 -08:00
Yoshifumi Sato
40afd079c6
Fix: App crash problems when empty cell long-pressed.
...
- and when search bar frame is long-pressed.
2015-01-14 23:42:15 +09:00
Jamon Holmgren
e50dff3452
Merge pull request #592 from jsierles/instantiated-table-section-views
...
Allow passing an instantiated view as a table section's :title_view
2015-01-08 10:50:35 -08:00
Joshua Sierles
a81ebcfe9f
allow passing an instantiated view as a table section's :title_view
2015-01-08 19:35:25 +01:00
Jamon Holmgren
3b66687260
Merge pull request #590 from ryanlntn/feature/app-convenience-method
...
Add app method for convenient access to UIApplication.sharedApplication
2015-01-06 11:31:06 -08:00
Ryan Linton
b16748e2b5
Add app method for convenient access to UIApplication.sharedApplication
2015-01-06 11:08:12 -08:00
Jamon Holmgren
171e3ad1fa
Merge pull request #585 from willrax/prefer-cocoa-methods
...
Prefer accessing table through cocoa methods.
2014-12-17 09:50:54 -08:00
Will Raxworthy
b36d25ecac
Prefer accessing table through cocoa methods.
2014-12-17 17:54:23 +11:00
Jamon Holmgren
fa40addd45
Version 2.2.0
v2.2.0
2014-12-05 14:10:20 -08:00
Jamon Holmgren
cb87d57449
Merge pull request #577 from clearsightstudio/blank_toolbar
...
Auto-hide the toolbar when passed nil or false.
2014-12-05 13:18:57 -08:00
Jamon Holmgren
acd42908a0
Refactored a little
2014-12-05 13:18:32 -08:00
Jamon Holmgren
322f3ce25a
Merge branch 'master' into blank_toolbar
2014-12-05 13:12:31 -08:00
Jamon Holmgren
99bf2f8d59
Merge pull request #574 from clearsightstudio/feature/auto-size-table-cell
...
Table view auto size row height functionality
2014-12-05 10:53:58 -08:00
Jamon Holmgren
bd514d72a1
Fixed conflicts.
2014-12-05 10:53:48 -08:00
Jamon Holmgren
b9e890f895
Merge pull request #573 from clearsightstudio/bugfix/issue_572
...
Fixes issue #572
2014-12-05 10:50:27 -08:00
Jamon Holmgren
7d2dfde545
Resolved conflicts
2014-12-05 10:49:02 -08:00
Jamon Holmgren
387389de97
Merge pull request #570 from clearsightstudio/reorderable
...
Reorderable table screen cells
2014-12-05 10:45:10 -08:00
Jamon Holmgren
74991cced7
Fix conflicts, bring up to date with master
2014-12-05 10:32:45 -08:00
Jamon Holmgren
c65b24d416
Merge pull request #569 from clearsightstudio/refresh_scroll_down
...
Scroll the table to show the refresh control unless the user initiates the refresh manually.
2014-12-05 10:23:59 -08:00
Jamon Holmgren
9e01107863
Merge pull request #567 from clearsightstudio/feature/views
...
Added on_load and on_styled hooks for UIViews
2014-12-05 10:20:43 -08:00
Jamon Holmgren
b2d9f5a914
Merge pull request #563 from clearsightstudio/status_bar_style
...
Allow screens to choose their status bar style.
2014-12-05 10:17:42 -08:00
Jamon Holmgren
f1977e208f
Merge pull request #556 from clearsightstudio/tableview-headerview
...
Allow the user to set a custom table_view header view.
2014-12-05 10:14:11 -08:00
Mark Rickert
1019626850
Auto-hide the toolbar when passed nil or false.
2014-12-03 10:42:36 -07:00
Carlin Isaacson
1178a39356
table view auto size row height functionality
2014-11-25 11:25:27 -08:00
Jamon Holmgren
76c78bbd65
Fixes issue #572
2014-11-23 20:20:56 -08:00
Mark Rickert
6f8d2ea573
Add longpressable example table screen to demo app.
2014-11-21 18:57:26 -08:00
Mark Rickert
1c3f75d8bb
Implement @silasjmatson's idea about moving move_cell into promotion_table_data
2014-11-20 15:07:32 -08:00
Mark Rickert
d652b00c13
Allow the user to restrict the cell's movement within a section.
2014-11-20 15:01:28 -08:00
Mark Rickert
053e24e7c3
Fix failing tests.
2014-11-20 14:29:03 -08:00
Mark Rickert
3e75b50620
Moar specs! 🙀
2014-11-20 14:22:04 -08:00
Mark Rickert
fba3899b3e
Change edit? to edit_mode?
2014-11-20 14:21:28 -08:00
Mark Rickert
9b4798eef1
Make cell_moved on_cell_moved to conform to on_cell_deleted.
...
Also checks for the method and warns the user.
2014-11-20 13:50:17 -08:00
Mark Rickert
20dcc91476
Fix true|false bug.
2014-11-20 13:49:44 -08:00
Mark Rickert
5421dd92f6
Tests for moveable cells.
2014-11-20 13:30:30 -08:00
Mark Rickert
03ffa5b257
Initial moveable cells functionality.
2014-11-20 13:30:16 -08:00
Mark Rickert
293f04a0b6
Scroll the table to show the refresh control unless the user initiates the refresh manually.
...
Makes invoking start_refreshing programatically will now automatically show the refresh control. If the user pulls to refresh, the contentOffset is > 65 so nothing is done.
2014-11-18 18:22:40 -08:00
Jamon Holmgren
30159e2a21
Version 2.1.0 + README update
v2.1.0
2014-11-18 11:46:00 -08:00
Jamon Holmgren
131ddc761a
Added on_load and on_styled hooks for UIViews and on_reuse for UITableViewCells
2014-11-17 19:45:23 -08:00
Mark Rickert
1ae7e74ea3
Make second param a hash instead of just the animation.
2014-11-06 10:41:23 -08:00
Mark Rickert
a7101b66f5
Allow screens to choose their status bar style.
2014-11-06 09:50:16 -08:00
Jamon Holmgren
77b86eaf33
Version 2.1.0.beta1
v2.1.0.beta1
2014-10-31 15:07:17 -07:00
Jamon Holmgren
b648017b11
Merge pull request #558 from ryanlntn/remove-tags-from-api
...
Write spec for tags and remove from API
2014-10-31 15:01:01 -07:00
Jamon Holmgren
2375e1e976
Merge pull request #560 from ryanlntn/fix/pm-issue-523
...
Fix Issue 523
2014-10-31 14:59:38 -07:00
Ryan Linton
63af8e2e8c
Merge master
2014-10-31 14:39:59 -07:00
Ryan Linton
490909ac6b
Fixes Issue 523
2014-10-31 14:34:51 -07:00
Ryan Linton
89ad696129
Fix issue with index_path of filtered data
2014-10-31 14:26:01 -07:00
Jamon Holmgren
02f1a1a90e
Merge pull request #559 from clearsightstudio/bugfix/issue-547
...
Fixes #547
2014-10-31 11:31:53 -07:00
Leon Kim
1c89203a32
Fixes #547 , enable logging in test mode, fixed web content error and
...
updated RubyMotion version
2014-10-31 11:05:28 -07:00
Ryan Linton
d3441fb06f
Write spec for tags and remove from API
2014-10-31 11:01:20 -07:00
Jamon Holmgren
eb484fddb9
Merge pull request #554 from khaledalissa/remove_multiple_calls
...
remove multiple calls to content method
2014-10-13 22:01:25 -07:00