An open API service indexing awesome lists of open source software.

https://github.com/ashp0/cocoasearchsuggestion

Display Search Suggestions under macOS NSTextField
https://github.com/ashp0/cocoasearchsuggestion

ap macos nssearchfield suggestions

Last synced: 2 months ago
JSON representation

Display Search Suggestions under macOS NSTextField

Awesome Lists containing this project

README

        

# APSuggestions
> Project no longer in development

This will show you how to add a search suggestions window underneath an NSSearchField.

![](image1.png)

## How to use?
*Example:*
https://github.com/Ashwin-Paudel/APSuggestions/blob/main/APSuggestions%20Example/APSuggestions%20Example/ViewController.swift

## Making a custom cell
in the `viewDidLoad` type `APsuggestionCellNib = "Your XIB File"`

Make sure your view in the XIB class is set to `APHighlightingView`