Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
思路如下:视图包含地图(可以是可缩放的图像),地图被划分为区域,每个区域都是可触摸的,并带您进入更详细的视图(不是地图)。
我不是在寻求解决方案,而是在寻求总体方向,当然,如果这样的事情完全可能的话。
您必须创建透明图像并更改 hittest 方法以不考虑透明区域。有关详细信息,请参阅此链接。
你也可以在 github 上看到这个项目。