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.
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.
What do you thing ?
Adrian