I'm developing a widget for our App with custom provided values from type INObject. When the companion App updates a string in our database the same string is updated in our Widget UI via ReloadAllTimeLines(). This works fine. But this String is not updated when it is shown to the user during the selection of our dynamically provided values while editing the Widget. The old name before renaming is shown.
Are there any possibilities to update the old Intent displayString. I have tried to set it in the getTimeline Method but this not working.
Post
Replies
Boosts
Views
Activity
I have some Views in a VerticalStackview inside a CollectionView Cell. Now I Try to drag and drop the Views inside the VStackView. But the Drag Delegate is never called. When this Drag Delegate is connected to another View on another ViewController the Drag Delegate is called.
What might be the problem in this case?