Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

WIP: 🗂Card Interface #191

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

WIP: 🗂Card Interface #191

wants to merge 6 commits into from

Conversation

jamierumbelow
Copy link
Collaborator

Work in progress. Don't merge!

This PR fixes #159.

The hard work was done by @borwahs in his #189.

An issue with using TableViewController Footers is that
it will overlay itself on a TableViewCell during scroll.
It mimics the idea of the header with sticky scroll.
This is a bit hacky and should probably be done a bit
differently. For now, it shows off the overall design.

Footers in Table Views will potentially staticly affix
it self during scrolling (hence putting TableViewCells
above via zIndex).

The improvement would be to not use Footers on the
Table View and instead modify the last cell in each
section to build it's own rounding.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🗂 Card Interface
2 participants