Commit Graph

373 Commits

Author SHA1 Message Date
Alexander Desyatov 74af45f3cd Implement tableView:canMoveRowAt:indexPath method 2018-04-06 20:22:29 +03:00
Max Sokolov f05511cfba
Merge pull request #79 from maxsokolov/bugfixes-and-improvements
Bugfixes and improvements
2018-03-17 16:25:58 +09:00
Max Sokolov de5593f6a9 bump pod version 2018-03-17 00:06:32 +03:00
Max Sokolov a1e1e9d908 add bounds check 2018-03-17 00:03:53 +03:00
Max Sokolov 70d83fc5b0 some codestyle improvements 2018-03-17 00:01:20 +03:00
Max Sokolov 23b51227fd add clear button 2018-03-16 23:54:33 +03:00
Max Sokolov d8ae329118
Merge pull request #77 from mrojas/master
Added support for moving rows
2018-03-13 14:00:07 +09:00
Matias Rojas fd50b732c9 Added support for moving rows 2018-03-13 00:43:00 +03:00
Matias Rojas 709f739ab6 Added support to move rows 2018-03-13 00:16:17 +03:00
Max Sokolov 9fff8c861c
Merge pull request #74 from astrokin/master
add swap rows func. usefull for table row reordering while editing
2018-02-23 12:23:56 +03:00
astrokin da76188afd add swap rows func. usefull for table row reordering while editing 2018-02-23 01:16:39 +03:00
Max Sokolov e3870d5ce8
Merge pull request #73 from sc0rch/master
Add new action .didEndDisplaying
2018-01-18 22:36:06 +03:00
Anton Aleshkevich a7488b1d4f Add new action .didEndDisplaying 2018-01-18 15:39:36 +03:00
Max Sokolov 4712406618 add example with autolayout section header view 2017-12-13 23:12:23 +03:00
Max Sokolov d595a5d2df update travis config 2017-09-24 21:14:58 +03:00
Max Sokolov 8463401b94 update travis config 2017-09-24 21:11:58 +03:00
Max Sokolov 05119aae43 change log update 2017-09-24 21:02:51 +03:00
Max Sokolov f3c7ea9e43 fix readme 2017-09-24 21:00:45 +03:00
Max Sokolov ae24e5c7c0 bump version 2017-09-24 20:58:16 +03:00
Max Sokolov 0c96110ca2 fix test naming 2017-09-24 20:55:37 +03:00
Max Sokolov ad979f4376 fix warnings 2017-09-24 20:54:06 +03:00
Max Sokolov 6f849e4cae bump xcode proj to swift 4.0 2017-09-24 20:52:22 +03:00
Max Sokolov 293caeebdb Merge pull request #65 from jesster2k10/patch-1
Update README.md
2017-07-07 18:14:21 +03:00
Jesse Onolememen cc69951856 Update README.md
fixed formatting
2017-07-07 13:48:05 +01:00
Maxim Sokolov 898191b0fa remove didEndDisplaying
provides problematic behaviour
2017-06-08 16:17:58 +03:00
Max Sokolov bd8ac5a28b Merge pull request #64 from motylevm/master
didEndDisplaying cell action support
2017-06-07 17:46:38 +03:00
Mikhail Motylev 9ef7a7a8bb version up 2017-06-07 17:45:23 +03:00
Mikhail Motylev ce2874c58d didEndDisplay support 2017-06-07 17:36:02 +03:00
motylevm c9bd52797d Merge pull request #1 from maxsokolov/master
Merge from source repo
2017-06-07 17:20:59 +03:00
Max Sokolov 06becd8624 Merge pull request #62 from pegurov/master
Added support for table section index
2017-04-17 12:00:33 +03:00
Pavel Gurov c277b6529c Renamed to sectionsIndexTitlesIndexes, and it is now nil if not used 2017-04-13 14:13:44 +03:00
Pavel Gurov 39b4df6ee9 moved indexTitle to TableSection 2017-04-13 11:37:08 +03:00
Pavel Gurov b49b01ff59 Added support for table section index 2017-04-13 10:52:29 +03:00
Max Sokolov 92b3e3b9a7 bump version 2017-02-28 22:38:52 +03:00
Max Sokolov 1b97d33cf6 Merge pull request #59 from alexs555/sections_update
added replace method to director
2017-02-28 22:37:38 +03:00
Alexey Shpirko 721ba1972a added replca method to director 2017-02-28 22:27:59 +03:00
Max Sokolov ef536b71b3 fix for travis-ci 2016-11-16 19:07:49 +03:00
Max Sokolov d12f3549aa bump changelog 2016-11-16 18:22:06 +03:00
Max Sokolov 155a4d1cb7 bump readme 2016-11-16 18:17:28 +03:00
Max Sokolov 6b25d54bd8 bump podspec 2016-11-16 18:13:36 +03:00
Max Sokolov 9238ab8472 correctly use defaultHeight 2016-11-16 18:13:05 +03:00
Max Sokolov 78b67e4c42 private(set) for rowHeightCalculator 2016-11-16 17:20:43 +03:00
Max Sokolov 3821d4300c correctly set rowHeightCalculator 2016-11-16 17:17:22 +03:00
Max Sokolov 065d8ccae3 bugfixes caused by RowHeightCalculator 2016-11-16 17:00:36 +03:00
Max Sokolov d4fc924676 call prepareForReuse on prototype cell 2016-11-03 19:50:29 +03:00
Max Sokolov 2b96888d12 minor improvements 2016-10-30 14:17:45 +03:00
Max Sokolov 9bbd9c4b69 add remove method 2016-10-29 01:05:58 +03:00
Max Sokolov 44cbb8b7d8 regroup methods 2016-10-29 00:46:47 +03:00
Max Sokolov 48a36e0969 add @discardableResult 2016-10-29 00:43:08 +03:00
Max Sokolov 67003df587 action fix 2016-10-24 17:44:50 +03:00