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
Swift samples don't provide guidance on how to display .fullScreen modals in Workflows.
This ticket is to address one of comments of square/workflow-swift#143, and pave the way to creating a proving grounds for and modals and perhaps alerts and maybe even cards. But first things first!
@bencochran Tells me Swift's modal container isn't even in github yet – but this will be something we need to ensure is addressed when that day comes.
We can extract our internal version of WorkflowModalContainer and remove all unnecessary private bits.
Checklist:
Extract WorkflowModalContainer into swift/Samples/ModalContainer
Make a podspec for this new sample (as it can be used in other samples just like BackStackContainer in swift/Samples/BackStackContainer)
Create or extend an existing sample to consume this new pod.
The text was updated successfully, but these errors were encountered:
Swift samples don't provide guidance on how to display
.fullScreen
modals in Workflows.This ticket is to address one of comments of square/workflow-swift#143, and pave the way to creating a proving grounds for and
modals
and perhapsalerts
and maybe evencards
. But first things first!We can extract our internal version of
WorkflowModalContainer
and remove all unnecessary private bits.Checklist:
WorkflowModalContainer
intoswift/Samples/ModalContainer
podspec
for this new sample (as it can be used in other samples just likeBackStackContainer
inswift/Samples/BackStackContainer
)The text was updated successfully, but these errors were encountered: