Explorar el Código

ignoresSafeArea(.keyboard)

Ivan Valkou hace 5 años
padre
commit
94c61afbdc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

+ 1 - 0
FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

@@ -102,6 +102,7 @@ extension Home {
             }
             .navigationTitle("Home")
             .navigationBarHidden(true)
+            .ignoresSafeArea(.keyboard)
         }
     }
 }