This library is much more convenient than the default way of doing modals, BUT, we have a view that gets automatically updated once a second or so. (It's tied to an EnvironmentObject.) When this happens, the modal disappears. Ideally, I'd like it to stay visible, and preferably be updated according to the changes which have occurred in the EnvironmentVariable, while the view under the modal is updated in the background. Can this be done?
This library is much more convenient than the default way of doing modals, BUT, we have a view that gets automatically updated once a second or so. (It's tied to an EnvironmentObject.) When this happens, the modal disappears. Ideally, I'd like it to stay visible, and preferably be updated according to the changes which have occurred in the EnvironmentVariable, while the view under the modal is updated in the background. Can this be done?