You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2021. It is now read-only.
I love this stacked view controller that you build. I am interesting to make something similar to Wallet app and I want to add a title on the top.
Can you give me some pointers on how to do this ?
I am thinking that the Wallet app title might be a Section Header ? If so I need to implement this in the StackLayout class (and ExposedLayout ? ). Also I need it to stop at the top while scrolling and all cells go above it. Not sure if this will work automatically or I need to make changes.