Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cs4alhaider authored Jul 26, 2020
1 parent 05bb76b commit 0c8ce09
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Searchable SwiftUI View

### Prove of concept on how to natively implement SearchView using SwiftUI API's
### SPM, Prove of concept on how to natively implement SearchView using SwiftUI API's


| Example Countery search app |
Expand All @@ -17,7 +17,11 @@

## Usage

Add `SearchView` in SwiftUI `body` like:
```swift
import SearchView
```

Then add `SearchView` in SwiftUI `body` like:
```swift
var body: some View {
NavigationView {
Expand All @@ -31,9 +35,10 @@ var body: some View {

## Installation

#### Drag and drop
> It requires iOS 13 and Xcode 11!
In Xcode go to `File -> Swift Packages -> Add Package Dependency` and paste in the repo's url: `https://github.com/cs4alhaider/SearchView`

Just take `Searchable View` folder into your project

## Author
This POC was requested from [let groupe = Swift()](https://t.me/SwiftGroup) Telegram channel. code written by [cs4alhaider](https://twitter.com/cs4alhaider).
Expand Down

0 comments on commit 0c8ce09

Please sign in to comment.