I’m using in-built PaywallView() to present in SwiftUI application, i just want to change the title of this view based on different clicks.
Is there any way to directly just update title of the Paywall.
I tried to customize same instanse with below line but title is get only property.
offering.paywall?.localizedConfiguration?.title
And Figure out that, if we needs changes in title will have to create completely new instance, but it’s not that ideal to just change title name.
is there any simple ways that i might missed looking into.