如何使用情节提要参考在另一个TabBarController中使用TabBarController

时间:2019-07-24 10:05:34

标签: ios swift uitabbarcontroller uitabbar

成功登录后,用户将被带到具有5个不同选项卡的tabViewController。 tabviewcontroller中的所有5个选项卡都是情节提要参考。我在底部有4个标签的标签栏图标,但第5个标签图标没有显示,但是在触摸空闲空间后,我可以移至第5个标签。对于tabViewController中的第五个选项卡,我正在使用另一个具有4个不同选项卡的tabViewController。请帮助我,以便该图标可见。

Slider Image 1

我尝试使用此行代码设置图标。但这也不起作用。

        Marker(
              consumeTapEvents: true,
              onTap: () {
                print("marker clicked");
              },
              infoWindow: InfoWindow(
                  title: "title",
                  snippet: "snippet",
                  onTap: () {
                    markerTap();
                  }),
                 )

0 个答案:

没有答案