SwiftUI 搜索框

带有展开和收缩动画效果的搜索框

功能

创建

      @State var text : String = ""
      
      SearchFieldShell(text: $text)

可选

SwiftUI 使用包的示例

click to watch expected UI behavior for the example

click to watch expected UI behavior for the example

click to watch expected UI behavior for the example

click to watch expected UI behavior for the example

文档(API)