Commit Graph

36 Commits

Author SHA1 Message Date
Max Sokolov ce24369557 bump to swift 4.2, support xcode10 2018-09-30 12:35:48 +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 4712406618 add example with autolayout section header view 2017-12-13 23:12:23 +03:00
Max Sokolov 9238ab8472 correctly use defaultHeight 2016-11-16 18:13:05 +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 c3d6f0af60 TableRowActionData -> TableRowActionOptions 2016-10-15 12:16:25 +03:00
Max Sokolov 5f6de4703a add id to action 2016-10-15 01:31:05 +03:00
Max Sokolov c040613654 add removeAllActions method 2016-10-15 01:19:48 +03:00
Max Sokolov a240acee2d deprecate action method on TableRow, add on instead 2016-10-14 20:35:18 +03:00
Max Sokolov 6f441b2f7d reduce first generic parameter 2016-10-06 01:45:39 +03:00
Max Sokolov a88043b33a use @discardableResult to suppress warnings 2016-10-04 20:10:09 +03:00
Max Sokolov a25e4c0eb4 remove unused code 2016-10-03 13:54:47 +03:00
Max Sokolov 24a7f0589f fix warnings 2016-10-03 13:25:44 +03:00
Max Sokolov 6c73ef4860 swift 3 syntax fixes 2016-10-03 12:19:05 +03:00
Max Sokolov eebaaf5268 remove useless cell registration 2016-09-15 01:08:52 +03:00
Max Sokolov 29202d4405 height strategy improvements 2016-09-06 19:30:47 +03:00
Max Sokolov 0f93d296ed PrototypeHeightStrategy improvements 2016-09-02 22:56:08 +03:00
Max Sokolov 7438856134 set estimatedHeight and defaultHeight as static properties 2016-08-20 13:02:17 +03:00
Max Sokolov 8477cea35b remove isPrototype 2016-08-19 15:40:21 +03:00
Max Sokolov b7398a2986 improvements 2016-08-19 14:01:33 +03:00
Max Sokolov d3ccd86577 bugfixes and improvements 2016-08-19 12:19:17 +03:00
Max Sokolov 2e8b3f3232 implement custom cell height action 2016-08-17 12:02:00 +03:00
Max Sokolov da51e2b7e9 remove row builder 2016-08-17 11:53:08 +03:00
Max Sokolov 080b3f0458 supports iOS 7 2016-06-24 23:01:19 +03:00
Max Sokolov 740768fdfd add examples 2016-06-18 15:40:02 +03:00
Max Sokolov 1266a91446 addAction -> action 2016-06-16 23:59:25 +03:00
Max Sokolov 1bd049e276 add delete and insert methods 2016-06-15 20:56:17 +03:00
Max Sokolov a2f8bdde30 add isPrototype property 2016-06-15 20:42:10 +03:00
Max Sokolov 98c481be71 handle separator height 2016-06-15 01:21:12 +03:00
Max Sokolov 9d0c278a34 add shouldUsePrototypeCellHeightCalculation property 2016-06-15 01:05:04 +03:00
Max Sokolov fadb2f4e60 add RowHashable protocol 2016-06-14 23:50:30 +03:00
Max Sokolov 3e4f7d81ff remove configure action 2016-06-13 16:34:57 +03:00
Max Sokolov 1ed3db1cb1 update readme 2016-06-13 16:21:16 +03:00
Max Sokolov 6f3daa337b support Swift Package Manager 2016-06-13 13:51:02 +03:00