Why another framework for suggestions / autocomplete?
Even if there are some frameworks which provide autocomplete convenience, each of them have various flaws or limitations. The purpose of this framework is to provide its client full control.
Releases
Version: 1.0.0
Support for Swift 3.
Version 2.0.0
Support for Swift 4.
API has been simplified and now provides more customization.
DLSuggestionsTextField
Why another framework for suggestions / autocomplete?
Even if there are some frameworks which provide autocomplete convenience, each of them have various flaws or limitations. The purpose of this framework is to provide its client full control.
Releases
Version: 1.0.0
Support for Swift 3.
Version 2.0.0
Support for Swift 4. API has been simplified and now provides more customization.
Installation
Carthage
Add the the following dependecy in your
Cartfile
.CocoaPods
Add the the following dependecy in your
Podfile
.Swift Package Manager
Add the the following dependecy in your
Package.swift
.Usage
Import the framework, configure the textField and set the
suggestionLabel
andsuggestionsContentView
.The framework client has to:
Issues
If you did find a bug create an issue.
If you fixed a bug or an issue or added new functionality to the framework create a pull request.
License
The project is released under MIT license. For further details read LICENSE file.