首页 > 解决方案 > ZStack - IOS 14 beta - Zstack 在键盘上飞

问题描述

在新的 IOS 14 beta 中,我使用 ZStack 在我的选项卡上显示徽章。当键盘出现时 - zstack fly on the keyboard,但它必须固定在底部。IOS 13 - 没有这样的东西。

ZStack {
            Circle()
              .foregroundColor(.red)
            Text("\(self.realm.ItemsAll.count)")
              .foregroundColor(.white)
              .font(Font.system(size: 11))
             
             
}.frame(width: 15, height: 15)

标签: swiftuiios14zstack

解决方案


推荐阅读