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
Thanks for the great library.
I had one question that how do I set the dynamic title and subtitle which is received from server api?
Please help me with this.
The text was updated successfully, but these errors were encountered:
I guess the "dynamic" issue is only to be able to edit the values if needed, and not something that may be different each time, so you can save those values in UserDefaults when you initiate the app (AppDelegate) so they'll be available all the time and will be set again to the most updated value exists on the server each time the user will open the app.
If the "dynamic" means that each time the response might be different, so you can show some default placeholder of loading and update it to custom placeholder that takes the data from UserDefaults so you'll be able to set it dynamically when you get the data from the server.
Hi @HamzaGhazouani
Thanks for the great library.
I had one question that how do I set the dynamic title and subtitle which is received from server api?
Please help me with this.
The text was updated successfully, but these errors were encountered: