Skip to content

Commit e3220d8

Browse files
authored
Update README.md
1 parent 8b6835a commit e3220d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
## Drop Down With Search
1111
It's a Swift Library to support Drop Down Menu in iOS
1212
### Support Search and Return Correct index
13-
[![](images/1.gif)](images/1.gif)
13+
[![](https://raw.githubusercontent.com/jriosdev/iOSDropDown/master/images/1.gif)](images/1.gif)
1414
### Customizing
15-
[![](images/2.gif)](images/2.gif)
15+
[![](https://raw.githubusercontent.com/jriosdev/iOSDropDown/master/images/2.gif)](images/2.gif)
1616
### hideOptionWhenSelect = false
17-
[![](images/3.gif)](images/3.gif)
17+
[![](https://raw.githubusercontent.com/jriosdev/iOSDropDown/master/images/3.gif)](images/3.gif)
1818

1919

2020

@@ -25,7 +25,7 @@ To run the example project, clone the repo, and run `pod install` from the Examp
2525

2626
## Features
2727
1. Simple UITextField Extension And simple to use , We can Access all properties of UITextField
28-
[![](images/4.gif)](images/4.gif)
28+
[![](https://raw.githubusercontent.com/jriosdev/iOSDropDown/master/images/4.gif)](images/4.gif)
2929
2. DropDown Search can enable or desable
3030
3. Change color of List backgound and selected color
3131
4. Change Maximum Hieght of List and Height of each Row
@@ -57,7 +57,7 @@ Just clone and add the following Swift files to your project:
5757
## Basic usage ✨
5858
### StoryBoard Method
5959
Simply add UITextField to Your ViewCOntroller And Connect @IBOutlet to DropDown Class
60-
[![](images/5.gif)](images/5.gif)
60+
[![](https://raw.githubusercontent.com/jriosdev/iOSDropDown/master/images/5.gif)](images/5.gif)
6161

6262
```swift
6363

0 commit comments

Comments
 (0)