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
It seems that the output of seg_topViewController doesn't always pick the right view top view controller especially for instances when we have nested child view controllers.
Is this particular case we have our navigation controller nested within a RootViewController which results in all our screen tracking events being called: "Root"
Happy to either PR to produce better results, or perhaps inclined to not use provided recordScreenViews view controller swizzler.
Thanks.
The text was updated successfully, but these errors were encountered:
Happy to accept a PR to improve the behavior. We want automatic screen tracking wherever possible, but it definitely comes with the understanding that it might not work for every view configuration, in which case manually making screen calls is always an option.
f2prateek
changed the title
Screen tracking doesn't always produce desired name
Screen tracking doesn't always produce desired name for UITabBarController and UISplitViewController
Nov 23, 2017
It seems that the output of
seg_topViewController
doesn't always pick the right view top view controller especially for instances when we have nested child view controllers.Is this particular case we have our navigation controller nested within a
RootViewController
which results in all our screen tracking events being called: "Root"Happy to either PR to produce better results, or perhaps inclined to not use provided
recordScreenViews
view controller swizzler.Thanks.
The text was updated successfully, but these errors were encountered: