Levenshtein distance is a string metric for measuring the distance between two strings. In this demo project, Levenshtein distance is used to sort search results in a UIViewController with UITableViewDataSource context. The goal is to have the most relevant/closest match results shown at the top.
Clone the repository here.