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
- Host: GitHub
- URL: https://github.com/ashp0/cocoasearchsuggestion
- Owner: ashp0
- License: apache-2.0
- Created: 2021-01-04T21:43:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T00:35:31.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T20:37:35.710Z (3 months ago)
- Topics: ap, macos, nssearchfield, suggestions
- Language: Swift
- Homepage:
- Size: 191 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# APSuggestions
> Project no longer in developmentThis will show you how to add a search suggestions window underneath an NSSearchField.

## 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`