1

In new IOS 14 beta i use ZStack to display badge on my tabs. When keyboard is appear - zstack fly on the keyboard, but it must be fixed in the bottom. IOS 13 - has nothing like this.

ZStack {
            Circle()
              .foregroundColor(.red)
            Text("\(self.realm.ItemsAll.count)")
              .foregroundColor(.white)
              .font(Font.system(size: 11))
             
             
}.frame(width: 15, height: 15)
  • 1
    Needed code to reproduce. [How to create a Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) – Asperi Aug 12 '20 at 13:15

0 Answers0