问题描述
在新的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)
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)