Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tvOS] PagingLibraryView - Mirror iOS "Hot Reload" Functionality (#1408)
* Update missing strings. Mirror iOS setting changes to make sure tvOS PagingLIbraryView updates with changes as well. Lay the groundwork for filtering. * Revert back to rows over offset * Reorder a bit. * Move default layout to no values in closure. For whatever reason, I cannot do this to the non-defaults. * 95% there * Move `onChange`s to the `innerContent` to alleviate Type Checker issues * All Value-less closures are moved with teh exception of viewModel.filterViewModel?.currentFilters * Prepare for future letter picker location
- Loading branch information