- 20 Apr, 2020 3 commits
-
-
Apptek Studios authored
-
Apptek Studios authored
-
Apptek Studios authored
Improve tableviewcell resizing Add supplementary cell caching
-
- 17 Apr, 2020 1 commit
-
-
Apptek Studios authored
Rearrange and refactor entire source. Publicly accessible initialisers are now in the top-level source folder. Other files are organised into folders
-
- 15 Apr, 2020 2 commits
-
-
Apptek Studios authored
-
Apptek Studios authored
Add public `buildSectionArray` function
-
- 13 Apr, 2020 1 commit
-
-
Apptek Studios authored
-
- 11 Apr, 2020 2 commits
-
-
Apptek Studios authored
-
Apptek Studios authored
-
- 10 Apr, 2020 2 commits
-
-
Apptek Studios authored
-
Apptek Studios authored
Update demo project
-
- 08 Apr, 2020 1 commit
-
-
Apptek Studios authored
-
- 07 Apr, 2020 1 commit
-
-
Apptek Studios authored
Improve cell lifecycle
-
- 02 Apr, 2020 1 commit
-
-
Apptek Studios authored
Move environment keys to be direct modifiers (work around Swift compiler bug in 5.2) - this has the advantage of making the modifiers specific to collectionView vs tableView
-
- 31 Mar, 2020 3 commits
-
-
Apptek Studios authored
-
Apptek Studios authored
- Fix lingering refresh issues
-
Apptek Studios authored
- improve animation handling
-
- 30 Mar, 2020 1 commit
-
-
Apptek Studios authored
Improve waterfall layout code
-
- 29 Mar, 2020 2 commits
-
-
Apptek Studios authored
-
Apptek Studios authored
- Improve automatic cell-caching so that on-screen cells are not needlessly recreated - Improve `shrinkToSize` support, no longer requiring a binding - Changed `selection` API to be on a per-section basis. Refer to the Waterfall demo page to see an example of how to track this across many sections. - Add support for `shouldAllowSelection` and `shouldAllowDeselection` → fix #115
-
- 16 Mar, 2020 2 commits
-
-
Apptek Studios authored
-
Apptek Studios authored
-
- 10 Mar, 2020 1 commit
-
-
Apptek Studios authored
-
- 05 Mar, 2020 4 commits
-
-
Apptek Studios authored
-
Apptek Studios authored
Add refresh control to ASCollectionView (in a merged EnvironmentKey) + Fix lost function in previous merge (#107) * Add refresh control to ASCollectionView * Fix lost function in previous merge
-
Apptek Studios authored
-
Apptek Studios authored
- Remove caching of ASHostingController, this improves memory use but means @State within cells is not persisted once off-screen
-
- 10 Feb, 2020 1 commit
-
-
Apptek Studios authored
-
- 09 Feb, 2020 1 commit
-
-
Apptek Studios authored
-
- 08 Feb, 2020 1 commit
-
-
Apptek Studios authored
Further workaround for SwiftUI bug where UIVC in UIVCRepresentable is not added to a parent VC when in List / scrollView
-
- 06 Feb, 2020 1 commit
-
-
Apptek Studios authored
Refactor & rename environment modifiers
-
- 05 Feb, 2020 2 commits
-
-
Derache Cédric authored
-
Apptek Studios authored
-
- 27 Jan, 2020 3 commits
-
-
Apptek Studios authored
- Workaround for SwiftUI bug where UIVC in UIVCRepresentable is not added to a parent VC when in List / scrollView - Improve functionBuilder for static collections
-
Apptek Studios authored
-
Apptek Studios authored
-
- 06 Jan, 2020 2 commits
-
-
Apptek Studios authored
-
Apptek Studios authored
-
- 05 Jan, 2020 1 commit
-
-
Apptek Studios authored
Fix edge cases for supplementary registration (where new sections include new supplementaries after initial load)
-
- 04 Jan, 2020 1 commit
-
-
Apptek Studios authored
Tableview swipe to delete
-