swiftui-search-field-shell-line

1.0.2

SwiftUI field custom search field with animation effect SwiftUI field, custom styling and theming, search bar implementation
The-Igor/swiftui-search-field-shell-line

What's New

SwiftUI search field

2022-07-30T13:30:33Z

Code base improvements

SwiftUI Search field

Search field with wrap and unwrap animation effect

Features

  • Setting custom colors for the component
  • iOS and macOS support
  • Dark and light scheme support

Creation

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

Optional

  • size- The height of the component
  • color - Lines color
  • imageName - Any icon name from SF symbols
  • durationScale - Duration of scale animation
  • durationMove - Duration of movement animation

SwiftUI example of using package

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

Documentation(API)

  • You need to have Xcode 13 installed in order to have access to Documentation Compiler (DocC)
  • Go to Product > Build Documentation or โŒƒโ‡งโŒ˜ D

Description

  • Swift Tools 5.6.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sun Mar 17 2024 15:25:41 GMT-0900 (Hawaii-Aleutian Daylight Time)