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