如何一次显示所有可见元素上的热图? [英] How to show heatmaps on all visible elements at once?

查看:45
本文介绍了如何一次显示所有可见元素上的热图?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在测试 Heatmaps SDK ,我想知道是否存在设置或方法来显示热图一次显示所有可见元素?目前,我可以一次查看一个元素,如下所示.

I was testing Heatmaps SDK, and I wanted to know if there is a setting or a way to show heatmaps on all the visible elements at one time? Currently I can view one element at a time like below.

这是我的设置,下面是结果图片:

This is my setup and below are pictures of the results:

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{

    UIViewController *rootVC = _window.rootViewController;
    self.window = [[HMUIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
    self.window.rootViewController = rootVC;

    heatmaps = [[Heatmaps alloc] init];
    heatmaps.showDebug = YES;
    heatmaps.showMenu = YES;
    [heatmaps start];

    //...

    return YES;
}

推荐答案

当前,您一次只能看到一个元素的热图.

Currently you may only see the heatmap for one element at a time.

这篇关于如何一次显示所有可见元素上的热图?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆