在新的 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)