4

When overscroll up the transition between inline and large navigation is not smooth and there is a short flickering

enter image description here

struct ContentView: View {

    var body: some View {

      NavigationView {
            ScrollView {
                Text("Content")
                    .frame(width: 100, height: 300)
            }.navigationBarTitle(Text("Title"), displayMode: .large)
        }
    }
}
Sorin Lica
  • 6,894
  • 10
  • 35
  • 68
  • Did you also experience this on a device? Have you tried installing the app on an IPhone? If so, id highly assume that this is some sort of bug that you would need to report to Apple. – Simon Apr 23 '21 at 08:18

0 Answers0