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
let showcase = MaterialShowcase()
showcase.seen_tag = "(myform).(table).(id)"
thing is this was a string and it would then check for it to see if they had already displayed it
have you removed seen_tag and replaed it with anythig I noticed that your showcase.onclose_callback = bob was replaced to this (i believe?) showcase.onClose(call: bob)
The text was updated successfully, but these errors were encountered:
.. I think I may have added this myself.. it's a very useful idea though.. I use it on showCaseDidDismiss and then I update UserDefaults.standard with it
hi used this code a while back
let showcase = MaterialShowcase()
showcase.seen_tag = "(myform).(table).(id)"
thing is this was a string and it would then check for it to see if they had already displayed it
have you removed
seen_tag
and replaed it with anythig I noticed that yourshowcase.onclose_callback = bob
was replaced to this (i believe?)showcase.onClose(call: bob)
The text was updated successfully, but these errors were encountered: