Skip to content

Commit 895593a

Browse files
authored
Update README.md
1 parent b463eb9 commit 895593a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,16 @@ Closures
141141
//You can Do anything when iOS DropDown listDidDisappear
142142
}
143143
```
144+
145+
Custom filter fuction
146+
147+
```swift
148+
// overridable function for filter action
149+
150+
func searchFilter(text: String, searchText: String) -> Bool {
151+
// you can add custom filter fuctions as your need, like other than english ..etc
152+
}
153+
```
144154

145155
## Customizes iOSDropDown 🖌
146156

0 commit comments

Comments
 (0)