Commit Graph

56 Commits

Author SHA1 Message Date
Vladimir Makarov 8e0043cd48 fix: weak target reference in `RefreshControl` fixed 2022-10-18 16:21:38 +05:00
Nikita Semenov 116d2154f8 feat: range filters view 2022-09-21 17:50:13 +03:00
Nikita Semenov 92f06c83a4 fix: code review notes 2022-09-02 11:51:37 +03:00
Nikita Semenov 8cbf5b96e6 fix: container table view cell subviews 2022-08-30 22:01:06 +03:00
Nikita Semenov ae52ec03c6 fix: edge insets init + refactoring 2022-08-04 21:34:14 +03:00
Nikita Semenov 0534d41bae fix: update collection view with diffable data source 2022-08-04 16:44:19 +03:00
Nikita Semenov 7c479ff428 fix: default inset of the cells 2022-08-03 21:49:17 +03:00
Nikita Semenov b6321d3b19 fix: collection view life cycle 2022-08-03 21:47:05 +03:00
Nikita Semenov 82d52f4a40 fix: double view model assignment 2022-08-03 21:40:43 +03:00
Nikita Semenov af1c9da523 fix: creating of wrapped view 2022-08-03 21:38:57 +03:00
Nikita Semenov edec8bc94f fix: refactoring and review changes 2022-08-03 21:27:30 +03:00
Nikita Semenov 276fbc8c10 fix: excluding selected cells 2022-08-03 20:55:22 +03:00
Nikita Semenov 62aecb0941 fix: layout + collection cell updates 2022-08-03 20:28:15 +03:00
Nikita Semenov c6d17e96ab fix: remove excessive level of an abstraction 2022-08-03 19:57:33 +03:00
Nikita Semenov 76f6635cbc fix: view holder protocol udpate 2022-08-01 19:42:28 +03:00
Nikita Semenov de3aad7147 fix: bug with excluding selected cells 2022-08-01 17:42:56 +03:00
Nikita Semenov 50f6670710 fix: default cell corner radius 2022-08-01 16:49:23 +03:00
Nikita Semenov 104116fd36 fix: change default cell appearance 2022-08-01 16:41:45 +03:00
Nikita Semenov fa29f08d2d fix: bugs with access control 2022-08-01 12:29:42 +03:00
Nikita Semenov 9e96b83c1e fix: refactor conformance to collection holder protocol 2022-08-01 12:25:29 +03:00
Nikita Semenov c85ab9113b fix: access of filters collection view + change log update 2022-08-01 09:48:57 +03:00
Nikita Semenov 01c4ef6f44 fix: code refactoring + add additional protocols 2022-07-31 21:01:09 +03:00
Nikita Semenov b52d57a5e7 feat: initial filters api 2022-07-31 13:53:28 +03:00
Ivan Smolin 88da2ab508 feat: UITextView now support configuration with BaseTextAttributes
ReconfigurableView & ChangeableViewModel for non-destructing state update
WrappedViewHolder protocol with table/collection view cell implementations
2022-07-18 20:19:02 +03:00
Boyko Mihail eea8727d98 fix: pr issue 2021-06-29 17:54:48 +03:00
Boyko Mihail 28c3808f1a fix: pr issue 2021-06-29 16:47:39 +03:00
Boyko Mihail ce426d1f49 fix: pr issue 2021-06-28 17:28:09 +03:00
Boyko Mihail 6acf0f0b0f fix: Fix pr issuue. Add new protocol and separation other protocol 2021-06-24 20:19:18 +03:00
Boyko Mihail 5e06035236 fix: pr issue. fix conflict 2021-06-22 14:53:46 +03:00
Boyko Mihail c873366e7f fix: pr issue. Add animators 2021-06-22 13:39:27 +03:00
Boyko Mihail 1b58ff5aaa fix: pr issue 2021-06-18 14:07:13 +03:00
Boyko Mihail effad1e51c fix: pr issue 2021-06-18 11:12:55 +03:00
Boyko Mihail a9c7bd6abd fix: pr issue 2021-06-18 11:09:59 +03:00
Boyko Mihail e38ee51275 fix: pr issue 2021-06-18 10:56:55 +03:00
Boyko Mihail ba3211e613 fix: pr issue 2021-06-18 10:35:13 +03:00
Boyko Mihail fc679c5020 docs: Add gif and change readme file 2021-06-05 12:08:10 +03:00
Boyko Mihail 0810070370 fix: small 2021-06-04 20:38:21 +03:00
Boyko Mihail 2bd3144922 fix: protocols 2021-06-04 20:35:28 +03:00
Boyko Mihail 0095829e31 fix: Fix pr issue and add animation 2021-06-04 20:26:59 +03:00
Boyko Mihail 44b41a6618 fix: remove delegate code 2021-06-03 19:03:56 +03:00
Boyko Mihail 2de6bc2df3 feat: Add HeaderTransitionDelegate - Helper for transition of TableView header and navigationBar title view 2021-06-03 18:41:27 +03:00
b0sya 8655c90f1d refactor: change disabling propagation condition 2021-03-16 16:11:02 +03:00
b0sya 3e64b5cc4e fix: fix StatefullButton propagation 2021-03-16 15:31:31 +03:00
Ivan Smolin f3dcef4690 fix: creation of bottomSeparator for BaseSeparatorCell 2021-03-05 12:08:15 +03:00
Ivan Smolin 2e84f5cb2d fix code review notes 2020-12-24 11:37:00 +03:00
Ivan Smolin 102c15ca07 added StatefulButton & RoundedStatefulButton.
added CACornerMask rounding extension.
added UIControl.State dictionary extensions.
added UIFont registration.
reworked BaseTextAttributes & ViewText.
removed ViewTextConfigurable.
2020-12-23 16:45:36 +03:00
Ivan Smolin 18d7e5c5b6 update BaseSeparatorCell layout configuration 2020-10-23 17:24:26 +03:00
Ivan Smolin 6433233d9e rename configure(with:) -> configureSeparators(with:) 2020-10-23 15:57:24 +03:00
Ivan Smolin 0a7f68bd23 update podspec and add missing extensions for TableKit 2020-10-23 12:44:49 +03:00
Ivan Smolin e92b46eb51 rename InitializableView -> InitializableViewProtocol, move base elements to TIUIElements 2020-10-22 12:44:42 +03:00